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

[Solved] Paging template not displayed when filtering

1 Answer 90 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Justin
Top achievements
Rank 1
Justin asked on 12 Mar 2008, 01:08 PM
Hi,

I'm am currently using custom paging and need to be able to continue to use my custom paging logic even when a filter has been set.

Currently the grid doesn't display the paging details when a filter is applied.

What would be the best way to get the grid to continue to display the paging details when filtering?

Many thanks

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 17 Mar 2008, 08:08 AM
Hi Justin,

You can use the pagerstyle property make sure the pager is always shown, even when there are less records than the pagesize:

.aspx
<rad:RadGrid  
 AllowMultiRowSelection="True"   
 PagerStyle-AlwaysVisible="true" 
 ID="RadGrid1" runat="server"   
 DataSourceID="AccessDataSource1" 

I hope this suggestion helps.

Regards,
Yavor
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Justin
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or