Wijmo UI for the Web
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
Javascript (Usage) 
var instance; // Type: wijmo.grid.IGroupInfo;
var value; // Type: string
value = instance.position;
Javascript (Specification) 
var position : string;
Remarks
Possible values are: "none": disables grouping for the column. "header": inserts header rows. "footer": inserts footer rows. "headerAndFooter": inserts header and footer rows.
Browser Compatibility
7
5
5

See Also

Reference

IGroupInfo Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.