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

pageSize counts the records of grouped items, not actual data rows in kendo grid

0 Answers 68 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Susan
Top achievements
Rank 1
Susan asked on 27 Apr 2012, 09:58 PM
Hello,

I am currently attempting to implement a kendo grid with server grouping and server paging enabled.  The pageSize is set to 10.  And without grouping turned on when I pass the grid data, it returns 10 rows of data as expected per page.  However, when I enable server grouping, and I pass the necessary data to the grid, it returns 10 groups and ALL the data within each row which is way more than 10 data rows.  Is it possible to have the kendo grid only return 10 data rows when grouping is enabled and NOT 10 groups of data?

Thanks,
Susan

No answers yet. Maybe you can help?

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