var instance; // Type: wijmo.grid.IGroupInfo; var value; // Type: string value = instance.headerText;
var headerText : string;
Determines the text that is displayed in the group header rows.
var instance; // Type: wijmo.grid.IGroupInfo; var value; // Type: string value = instance.headerText;
var headerText : string;
$("#element").wijgrid({ columns: [{ groupInfo: { headerText: "{1}: {0}" }}] });
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.