var instance; // Type: wijmo.grid.IColumn; var value; // Type: string value = instance.aggregate;
var aggregate : string;
Causes the grid to calculate aggregate values on the column and place them in the column footer cell or group header and footer rows. Possible values are: "none", "count", "sum", "average", "min", "max", "std", "stdPop", "var", "varPop" and "custom".
var instance; // Type: wijmo.grid.IColumn; var value; // Type: string value = instance.aggregate;
var aggregate : string;
$("#element").wijgrid({ columns: [{ aggregate: "count" }]});