:: Forum >>

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
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 support forum

Forum search