3.2.0

Reverse row order from xml

Hi, I was playing around with loading an XML file into a grid, and was wondering if there was anyway to have the grid show the first element last. (ie. the last entry in the xml file)...

Basically just reversing the order in which rows are displayed... 1 2 3 becomes 3 2 1.
Dj
April 24,
obj.setRowIndices([2,1,0]);

http://www.activewidgets.com/aw.ui.grid/row-indices.html
Alex (ActiveWidgets)
April 26,

This topic is archived.

See also:


Back to support forum