3.2.0

onRowClicked after sorting

With the method 'onRowClicked' I can see the actual row number, the user has clicked. After sorting the grid the actual row number is not shown any more - it is always the row number from the grid in ascending order.

How can I get the acutal row number, when someone clicks a row in ascending and descending order?
Claudia
March 17,
Use grid.getRowPosition(index) -

http://www.activewidgets.com/aw.ui.grid/row-position.html
Alex (ActiveWidgets)
March 17,

This topic is archived.

See also:


Back to support forum