jQuery.wijmo.wijgrid Namespace > options type : showGroupArea Field |
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.
Javascript (Usage) | |
---|---|
var value; // Type: bool value = jQuery.wijmo.wijgrid.options.showGroupArea; |
Javascript (Specification) | |
---|---|
|
// Set showGroupArea to true to display the group area. $("#element").wijgrid({ showGroupArea: true });