Wijmo UI for the Web
showGroupArea Option

Default value: false

A value indicating whether group area is visible. Group area is used to display headers of groupped columns. User can drag columns from/to group area by dragging column headers with mouse, if allowColumnMoving option is on.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  bool
    returnsValue = $(".selector").wijgrid("option", "showGroupArea");
    
    // Set value
    var newValue; // Type:  bool
    $(".selector").wijgrid("option", "showGroupArea", newValue);
        
});
Javascript (Specification) 
var showGroupArea : bool;
Example
// Set showGroupArea to true to display the group area.
$("#element").wijgrid({ showGroupArea: true });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijgrid jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.