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.
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.