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

A value indicating whether groupings containing a single row are grouped.

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

Reference

IGroupInfo Interface