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

Kendo Grid - Showing Aggregate values at each grid column footer

1 Answer 207 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vrunda
Top achievements
Rank 1
Vrunda asked on 05 Jun 2014, 09:52 AM
We have a grid which is having a column showing checkboxes in each row.
we are using Odata for taking data which is binded to kendo grid.
How to show the count at the footer for the number of checked record in kendo grid.

as per our investigation using Odata, server aggregates are not supported.

1 Answer, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 09 Jun 2014, 07:37 AM
Hi Vrunda,

This could be achieved by leaving the serverPaging and serverAggregates options disabled. As a result, the Grid's DataSource will fetch all items at once, then calculate the aggregates and perform the paging client-side, as shown in this demo.

Regards,
Alexander Popov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Vrunda
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Share this question
or