ComponentOne GridView for ASP.NET WebForms
jQuery.wijmo.c1gridview Namespace / options type / groupAreaCaption Option
In This Topic
    groupAreaCaption Option
    In This Topic
    Determines the caption of the group area.
    Syntax
    // Get value
    var value; // Type:  string
    value = $(".selector").c1gridview("option", "groupAreaCaption");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").c1gridview("option", "groupAreaCaption", newValue);
    var groupAreaCaption : string;
    Example
    // Set the groupAreaCaption to a string and the text appears above the grid
    $("#element").wijgrid({ groupAreaCaption: "Drag a column here to group by that column." });
    Browser Compatibility
    8
    5
    5
    See Also