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

Page Size Dropdown Stops Working

1 Answer 36 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 07 Jan 2015, 01:20 PM
I have a RadGrid with paging and sorting enabled.  On first load, the page size dropdown works well - i can select a new page size.  But once i do so, the page size selector stops working, although the page size i previously selected is remembered.  There doesn't seem to be any script errors on the page.  What can cause such behaviour?

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 12 Jan 2015, 09:21 AM
Hi,

This is not an expected behavior, and without your code its hard to replicate the issue. None that in order grid paging to work properly it is recommended to use advanced data binding through NeedDataSource or declarative binding. In case you are populating the grid calling DataBind() you will need to assign data-source and rebind the grid after each operation (paging, sorting, editing, etc.) - this copies exactly MS DataGrid behavior.

Regards,
Pavlina
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.

 
Tags
Grid
Asked by
Daniel
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or