Check documentation for the latest version of dhtmlxSuite groupStat DHTMLX Docs

groupStat

returns the result of aggregation for a column

number groupStat(string key,number ind,string item);
keystringthe group key
indnumberthe index of a column (zero-based numbering)
itemstringthe aggregation shortcut
numberthe result of aggregation for a column

Example

myGrid.groupStat(name,3,"stat_total");

Back to top