I've got a kendo grid, linked to a data source:-
This displays a grid, and shows the first 5 entries, however the page number is shown as 0, and paging doesn't work (even though there are 15 records in the data source - confirmed via fiddler). If the page size is changed however, paging starts to work.
How can I get paging to work from the start? - Note I want to use client side paging - not server side.
Thanks