Wijmo UI for the Web
groupAreaCaption Field
wijmo.grid Namespace > IDetailSettings Interface : groupAreaCaption Field

Determines the caption of the group area.

Syntax
var instance; // Type: wijmo.grid.IDetailSettings;
var value; // Type: string
value = instance.groupAreaCaption;
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." });
See Also

Reference

IDetailSettings Interface