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

GridTableView Custom pager dissappear when click show all result

1 Answer 45 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rahul
Top achievements
Rank 1
Rahul asked on 05 Jul 2011, 03:52 PM
My application has a radgrid having three child GridTableView in hierarchical structure, i have added a custom pager to the grid with linkbuttons "show more per page" and "show all results" link button, when i click on "show more per page" link button of one of the grandchild grid and come at the end item of grandchild grid the pager disappears from grandchildgrid, this also happens when i click on "show all result" link button, the pager of grandchild grid disappears. It would be great if you people can help me out with this issue, Thanks in advance.




1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 06 Jul 2011, 05:44 AM
Hello Rahul,

Try setting AlwaysVisible property true for the GridPagerItem.

aspx:
<telerik:RadGrid ID="RadGrid1" runat="server" AutoGenerateColumns="false" DataSourceID="SqlDataSource1">
    <PagerStyle AlwaysVisible="true" />
</telerik:RadGrid>

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