This is a migrated thread and some comments may be shown as answers.

SelectionChanged event

1 Answer 515 Views
GridView
This is a migrated thread and some comments may be shown as answers.
James
Top achievements
Rank 1
James asked on 14 Jun 2010, 12:52 PM
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,

1 Answer, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 17 Jun 2010, 12:31 PM
Hello James,

Thank you for contacting us.

In RadGridView you have to use the CurrentRowChanged event in this case. SelectionChanged event is used mainly in multi select mode and indicates that the number of the selected rows is changed. If you have any additional questions, please write back.

Regards,
Jack
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
GridView
Asked by
James
Top achievements
Rank 1
Answers by
Jack
Telerik team
Share this question
or