Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
Summary/Paging for igHierarchicalGrid
posted

Hi,

We are using IgniteUI version 16.2.20162.1035.

Configuring the grid as follows:

dataSource: '/api/data/' + key,
odata: false,
responseDataKey: "Data",
virtualization: false,

features: [
{
name: "Paging",
type: "remote",
recordCountKey: "recordCountKey",
pageSize: 25,
showPageSizeDropDown: false
}

.....

What's the best way of setting up a summary of average and sum of a column? As we are using remote paging, ideally the summary would be for all records. The code provided at: https://www.igniteui.com/grid/summaries-remote seems to be a bit off and ASP.NET Controller code does not corroborate with the View.

Alternatively we can provide that via the service endpoint, but I cannot find the correct properties to assign those values to. Code provided at: https://www.igniteui.com/help/iggrid-configuring-column-summaries#custom-summaries does not seem to get into too much details on how to hook up to result from the server.

Cheers,

Milen

Parents Reply Children
No Data