Sets the text to display in the the group area.
Default value: 'Drag a column here to group by that column.'
Type: String
// Set the groupAreaCaption to a string and the text appears above the grid $("#element").wijgrid({ groupAreaCaption: "Drag the Region column here to group by region." });