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
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