Wijmo UI for the Web
showGroupArea Field
wijmo.grid Namespace > IWijgridOptions Interface : showGroupArea Field

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 allowColMoving option is on.

Syntax
var instance; // Type: wijmo.grid.IWijgridOptions;
var value; // Type: boolean
value = instance.showGroupArea;
var showGroupArea : boolean;
Example
// Set showGroupArea to true to display the group area.
$("#element").wijgrid({ showGroupArea: true });
See Also

Reference

IWijgridOptions Interface