Wijmo UI for the Web
headerText Field
wijmo.grid Namespace > IGroupInfo Interface : headerText Field

Determines the text that is displayed in the group header rows.

Syntax
var instance; // Type: wijmo.grid.IGroupInfo;
var value; // Type: string
value = instance.headerText;
var headerText : string;
Example
$("#element").wijgrid({ columns: [{ groupInfo: { headerText: "{1}: {0}" }}] });
Remarks

The text may include up to three placeholders:

You can also set the text to "custom." Doing so causes the groupText event to occur when processing a grouped header.

See Also

Reference

IGroupInfo Interface