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

Grid Paging - result size bug

2 Answers 85 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Meera
Top achievements
Rank 1
Meera asked on 02 Feb 2015, 07:03 PM
Hello,

When i alter the number of results per page on the grid, the grid rebinds and the appropriate number of results are shown, but if the number of results is less than the max page size, the results per page drop-down is no longer shown. I cannot change it back to a smaller result size view after this.

I was able to see this issue on demo here too:

http://demos.telerik.com/aspnet-ajax/grid/examples/columns-rows/columns/column-row-resize-reorder/defaultcs.aspx

Is there a fix for this?

Thanks,
Meera

2 Answers, 1 is accepted

Sort by
0
Accepted
Kostadin
Telerik team
answered on 05 Feb 2015, 08:53 AM
Hello Meera,

Note that this is expected since all the items are displayed on the page. Nevertheless if you want to show the pager item aways you have to enable AlwaysVisible property of the pager item. Please check out the following code snippet.
<PagerStyle AlwaysVisible="true" />

Regards,
Kostadin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Meera
Top achievements
Rank 1
answered on 07 Feb 2015, 06:38 PM
That worked, thanks.
Tags
Grid
Asked by
Meera
Top achievements
Rank 1
Answers by
Kostadin
Telerik team
Meera
Top achievements
Rank 1
Share this question
or