SMART datagrid v.1 > Classes > GridBase
It will be fired just after changing the sorting state of columns by clicking column header or calling orderBy method.
Just before normally changing the sorting state, onSorting event will be fired.
grid.onSorted = function (grid) {
console.log('Sorted.');
}