Wijmo UI for the Web
groupIndent Field
wijmo.grid Namespace > IWijgridOptions Interface : groupIndent Field

Determines the indentation of the groups, in pixels.

Syntax
var instance; // Type: wijmo.grid.IWijgridOptions;
var value; // Type: number
value = instance.groupIndent;
var groupIndent : number;
Example
// Set the groupIndent option to the number of pixels to indent data when grouping.
$("#element").wijgrid({ groupIndent: 15 });
See Also

Reference

IWijgridOptions Interface