:: Forum >> Version 2 >>
onSortDirectionChanged fires before the sort
More information on this topic is available in the documentation section:
/aw.ui.grid/sort-model.html.
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
hannes
Tuesday, December 1, 2009
ok, found it -> onRowIndicesChanged
and i thought must have something with sort...
hannes
Tuesday, December 1, 2009
ok, found it -> onRowIndicesChanged
and i thought must have something with sort...
hannes
Tuesday, December 1, 2009
This topic is archived.
Back to /aw.ui.grid/sort-model.html
Documentation:
Forum search