Hello Akshar AK,
To get the aggregated values, please use the getcolumnaggregateddata method. Here is an excerpt from the jqxGrid API Reference about it:
Gets the aggregated data of a Grid column. Returns a JSON object. Each field name is the aggregate’s type(‘min’, ‘max’, ‘sum’, etc.).
Code example
Invoke the getcolumnaggregateddata method.
var summaryData = $(“#jqxGrid”).jqxGrid(‘getcolumnaggregateddata’, ‘quantity’, [‘min’, ‘max’]);
Best Regards,
Dimitar
jQWidgets team
http://www.jqwidgets.com/