Wijmo UI for the Web
groupIndent Field

Default value: 10

Determines the indentation of the groups, in pixels.

Syntax
Javascript (Usage) 
var value; // Type: number
value = jQuery.wijmo.wijgrid.options.groupIndent;
Javascript (Specification) 
var groupIndent : number;
Example
// Set the groupIndent option to the number of pixels to indent data when grouping.
$("#element").wijgrid({ groupIndent: 15 });
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.