Hello,
I am using radgridview in my application,
I found that, on selection changed event i am not able to get latest rowindex.
e.g. current rowindex is = 5
I select new rowindexed 10
On selectionchanged i found currentcell.Rowindex = 5 ( Old index )
How can i get LatestRow index in the event, same as in Datagridview selection changed of microsoft control?
Thanks,
I am using radgridview in my application,
I found that, on selection changed event i am not able to get latest rowindex.
e.g. current rowindex is = 5
I select new rowindexed 10
On selectionchanged i found currentcell.Rowindex = 5 ( Old index )
How can i get LatestRow index in the event, same as in Datagridview selection changed of microsoft control?
Thanks,