Hi,
I have radgrid which has 200 rows per page. I have enabled row selection. When I select a row it gets selected but the focus moves to top of the grid. I want the focus to remain on the selected row. How is this possible?
Thanks,
Raji
I have radgrid which has 200 rows per page. I have enabled row selection. When I select a row it gets selected but the focus moves to top of the grid. I want the focus to remain on the selected row. How is this possible?
<
ClientSettings AllowKeyboardNavigation="True" EnableRowHoverStyle="true">
<Selecting AllowRowSelect="True" />
<ClientEvents OnRowSelected="rowSelected" OnKeyPress="KeyPress" />
</ClientSettings>
Thanks,
Raji
