onSortDirectionChanged fires before the sort
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?
I'm using ActiveWidgets 2.5.3
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?
I'm using ActiveWidgets 2.5.3
hannes
December 1,