SMART datagrid v.1 > Types

Back  Forward

DataLudi.SortMode

The point of running column sorting. It is used as sortMode property of grid operateOptions

Values
AUTO"auto"If the data of DataSet being connected is changed, it will automatically run sorting.
EXPLICIT"explicit"When the user explicitly clicks column header, it will run sorting.

See Also
GridBase.operateOptions
OperateOptions.sortMode