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

Determines whether the grid should insert group header and/or group footer rows for this column. Possible values are: "none", "header", "footer", "headerAndFooter".

Syntax
var instance; // Type: wijmo.grid.IGroupInfo;
var value; // Type: string
value = instance.position;
var position : string;
Example
$("#element").wijgrid({ columns: [{ groupInfo: { position: "header" }}] });
Remarks
Possible values are: "none": disables grouping for the column. "header": inserts header rows. "footer": inserts footer rows. "headerAndFooter": inserts header and footer rows.
See Also

Reference

IGroupInfo Interface