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

How to Persist Row Selection in Telerik Rad gird Inside Rad Window

1 Answer 93 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Gaurav
Top achievements
Rank 1
Gaurav asked on 25 Oct 2010, 07:17 AM
Hello All,
                 I have nested Telerik RadGrid Inside the RadWindow means I am using telerik Rad gird, inside Rad window.And using the selected index change event of RADGRID I have to do some kind of Operation.
But the problem is that, after row clicking, row selection is NOT Persist. After making selection of Row the Event Fires and Some Operation get Done. But the Selection of the perticular Row Got Lost.

But when I use the RADGRID without nesting it in RADWindow all is work fine and the Row Selection Persist. But The problem got Occur When I put the RADGRID Inside the RAD Window.

Please Help me out about this Behaviour of the RADGrid.

Thanks in Advance!!!

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 25 Oct 2010, 09:32 AM
Hello,


I suppose you have placed grid in ContentTemplate of RadWindow and since there is a postback, the selection is not persisting. In this case, I suggest to follow the logic descrbed in the documentation to persist the selection.
Persisting the selected rows server-side on sorting/paging/filtering/grouping

Another option is using another aspx page to load RadGrid and setting the NavigateUrl of RadWindow to that page. Following this approach does not postback the main page on selction and thereby the selction will be persisted.


Thanks,
Princy.
Tags
Grid
Asked by
Gaurav
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or