SMART datagrid v.1 > Classes > OperateOptions

Back  Forward

DataLudi.OperateOptions.groupSorting  property

If it is true, when the user does row grouping, it will be sorted first based on the object field. 

Defaults to true.

Getter
function groupSorting(): Boolean
Setter
function setGroupSorting(value: Boolean)
Code -1
    grid.setOperateOptions({
        groupSorting: true,
        groupSortCase: DataLudi.SortDirection.ASCENDING,
        groupSortDirection: DataLudi.SortCase.SENSITIVE
    });
See Also
groupSortCase
groupSortDirection
GridView.addGroupBy
SortCase
SortDirection
Examples
Row Grouping