:: Forum >>

How to show sort indicator on pre-sorted data

The data is initially sorted on column. How can I get the column sort indicator to show up, without resorting?
DT
Tuesday, May 23, 2006
Just set sort/column and sort/direction properties -

obj.setSortColumn(index);
obj.setSortDirection("ascending", index);
Alex (ActiveWidgets)
Wednesday, May 24, 2006

This topic is archived.


Back to support forum

Forum search