Wijmo UI for the Web
groupInfo Field
wijmo.grid Namespace > IC1FieldOptions Interface : groupInfo Field

Type: wijmo.grid.IGroupInfo

Used to customize the appearance and position of groups.

Syntax
var instance; // Type: wijmo.grid.IC1FieldOptions;
var value; // Type: IGroupInfo
value = instance.groupInfo;
var groupInfo : IGroupInfo;
Example
$("#element").wijgrid({ columns: [{ groupInfo: { position: "header" }}]});
See Also

Reference

IC1FieldOptions Interface