I have rad grid on my page.In radgrid AllowKeyboardNavigation property is set true.
when i rebind the grid selected row is not cleared
Please find my attachment.
Let me know the solution..........................
Thanks,
Prasanna.
1 Answer, 1 is accepted
0
Eyup
Telerik team
answered on 11 Feb 2013, 11:16 AM
Hi Prasanna,
The selection is not preserved on rebind operation, if you are not doing that manually. The preserved row is not selected, rather it is the active row to enable the user to continue their navigation. You can verify this by checking the RadGridName.SelectedIndexes or SelectedItems collection.
I hope the clarification was helpful.
All the best,
Eyup
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.