Hi,
i want to get the new RowIndices after sorting a column. If i'm using onSortDirectionChanged and click one column, first i get the actual RowIndices and then the grid is sorting.
obj.onSortDirectionChanged = function () {
var DataOrderNeu = obj.getRowIndices();
...
}
But i need the new indices...
Is there another event that triggers after the sort?