Wijmo UI for the Web
groupAreaCaption Field

Default value: 'Drag a column here to group by that column.'

Determines the caption of the group area.

Syntax
Javascript (Usage) 
var value; // Type: string
value = jQuery.wijmo.wijgrid.options.groupAreaCaption;
Javascript (Specification) 
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." });
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.