SMART datagrid v.1 > Classes > OperateOptions
If it is true, when the user does row grouping, it will be sorted first based on the object field.
Defaults to true.
grid.setOperateOptions({
groupSorting: true,
groupSortCase: DataLudi.SortDirection.ASCENDING,
groupSortDirection: DataLudi.SortCase.SENSITIVE
});