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

RADGRID Selecting & Deselecting Rows

1 Answer 42 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ramachandra Ekbote
Top achievements
Rank 1
Ramachandra Ekbote asked on 21 Oct 2008, 06:35 AM
Hi,

I need to Deselect all the rows in one radgrid when I select any of the row in other radgrid.
This functionality is working fine when I have only two RADGrids in my page.
When I add two more new RADGrids to the same page then Selection/deselection is working fine for existing two radgrids, but it is NOT working for the newly added 2 more grids.

This below line of code is which deselects all the rows in the selected grid.
$find("<%= RadGrid2.MasterTableView.ClientID %>").clearSelectedItems();

This behevior of RADgrid is some what strange.
Please help me by providing a solution for this.

regards
Rams.

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 22 Oct 2008, 04:30 PM
Hello Ramachandra,

Please test the attached website created by your requirements. Let us know whether you are experiencing the expected behavior.

All the best,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Ramachandra Ekbote
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or