SMART datagrid v.1 > Classes > GridBase
If one or more columns are in the sorting state, return true.
// Clear sorting state. if (grid.sorted()) { grid.orderBy(); }