I am binding radgrid on client side with AllowPaging ="true" and pagesize=5. and the grid template contains a radbutton,
When user select the row by clicking on this button. Again the grid binded.. This works fine with page 1. If i select the row on second button then grid is rebinded and page 1 is selected.
<telerik:GridTemplateColumn HeaderStyle-Width="120px" ItemStyle-Width="120px"> <ItemTemplate> <telerik:RadButton ID="radBtnShort" runat="server" ToolTip="click to shortlist" Text="select" OnClientClicking="onShortListClick"> </telerik:RadButton> </ItemTemplate></telerik:GridTemplateColumn>When user select the row by clicking on this button. Again the grid binded.. This works fine with page 1. If i select the row on second button then grid is rebinded and page 1 is selected.