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

[Solved] RadGrid_SelectedIndexChanged issue

1 Answer 144 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Larry Nichols
Top achievements
Rank 1
Larry Nichols asked on 28 May 2008, 06:29 PM
I have one RadGrid (G1) that updatest a second RadGrid (G2).  I'm having an issue with the G1_SelectedIndexChanged handler.  G1 seems to be posting back and the SelectedIndexChanged event is firing, but when I check the count of selected items [ ((RadGrid)sender).MasterTableView.GetSelectedItems().Count() ], the count is 0.

Any ideas?

Thanks in advance.

Lar

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 02 Jun 2008, 06:54 AM
Hi Larry,

If you are accessing the selected items collection in the PreRender event handler, the selection should be properly reflected. Let me know if this is the case, or if there is something particular about the setup at your end.

Regards,
Yavor
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Larry Nichols
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or