var instance; // Type: wijmo.grid.IGroupInfo; var value; // Type: string value = instance.outlineMode;
var outlineMode : string;
Determines whether the user will be able to collapse and expand the groups by clicking on the group headers, and also determines whether groups will be initially collapsed or expanded. Possible values are: "none", "startCollapsed", "startExpanded".
var instance; // Type: wijmo.grid.IGroupInfo; var value; // Type: string value = instance.outlineMode;
var outlineMode : string;
$("#element").wijgrid({ columns: [{ groupInfo: { outlineMode: "startExpanded" }}] });