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

Dynamically changed grid page size

0 Answers 108 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Radek
Top achievements
Rank 1
Radek asked on 29 Oct 2012, 12:55 PM
Hi, I'm workinkg on Kendo grid and I'd like to dynamically change grid page size.
There is a problem when I change pageSize property by the function from
$("#somegrid").data('kendoGrid').dataSource.pageSize(10);
There are some options in my grid pager dropdown like: 5, 10, 15, 20, but when i use this function, selected value in that dropdown doesn't change. How can I change it's selected value? I'm always setting value that exists in that dropdown.

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Radek
Top achievements
Rank 1
Share this question
or