jQuery.wijmo.wijgrid Namespace > options type : groupAreaCaption Field |
Default value: 'Drag a column here to group by that column.'
Determines the caption of the group area.
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijgrid.options.groupAreaCaption; |
Javascript (Specification) | |
---|---|
|
// 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." });