Wijmo UI for the Web
groupAreaCaption Option

Default value: 'Drag a column here to group by that column.'

Determines the caption of the group area.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijgrid("option", "groupAreaCaption");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijgrid("option", "groupAreaCaption", newValue);
        
});
Javascript (Specification) 
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
7
5
5

See Also

Reference

options type
wijgrid jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.