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

Client side paging is not working after button event fired.

1 Answer 47 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jagz W
Top achievements
Rank 2
Jagz W asked on 27 Sep 2012, 09:20 AM
I am binding radgrid on client side with AllowPaging ="true" and pagesize=5. and the grid template contains a radbutton,

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

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 02 Oct 2012, 08:51 AM
Hello ,

Please review the online demo below which presents client -side binded Grid with paging functionality enabled:
http://demos.telerik.com/aspnet-ajax/grid/examples/client/databinding/defaultcs.aspx
Test it on your side and verify what the difference in your case is.

All the best,
Maria Ilieva
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.
Tags
Grid
Asked by
Jagz W
Top achievements
Rank 2
Answers by
Maria Ilieva
Telerik team
Share this question
or