ComponentOne GridView for ASP.NET WebForms
jQuery.wijmo.c1gridview Namespace / options type / groupIndent Option
In This Topic
    groupIndent Option
    In This Topic
    Determines the indentation of the groups, in pixels.
    Syntax
    // Get value
    var value; // Type:  number
    value = $(".selector").c1gridview("option", "groupIndent");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").c1gridview("option", "groupIndent", newValue);
    var groupIndent : number;
    Example
    // Set the groupIndent option to the number of pixels to indent data when grouping.
    $("#element").wijgrid({ groupIndent: 15 });
    Browser Compatibility
    8
    5
    5
    See Also