Skip to Content
0
Oct 21, 2005 at 09:34 AM

How to get the row index of which content was updated?

54 Views

Hi,

I have a tableview which has some columns can be edited.After user updated the content in cells, I want to get the index of row which has updated content. So how can I get it?

P.S: I just want to get the updated rows' index. I don't want to loop every row and check if it was updated.

Thanks in advance!