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

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

Syntax
var instance; // Type: wijmo.grid.IGroupInfo;
var value; // Type: string
value = instance.footerText;
var footerText : string;
Example
$("#element").wijgrid({ columns: [{ groupInfo: { footerText: "{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 footer.

See Also

Reference

IGroupInfo Interface