is it possible to add linenumbers in Fixgrids and Arraygrids in a easy way?
We have a bad solution for fixgrids... we have a counter, who is run by adding lines in the grid... But sometimes we' ve a strange behavior if we sort it...
It should be possible by the grid self...
Sry for this bad english... I hope you can understand my problem..
we - based on your request - did the following extensions:
(1) with GRIDROWSELECTOR we now added an attribute SHOWINDEX - in this case the line number will be output. You also can select the row via the selector, in this case the line number will be output in bold font
(2) with ARRAYGRID we added an attribute SHOWGRIDROWSELECTOR - in this case a first selection column will be output in front of the data columns. You can specify if you want to see the row index (as with (1)) or not...
ARRAYGRID and FIXGRID will from next update on provide a flag "SELECTORCOLUMN" which you can set to 0 (no selector), 1 (icon), 2 (row index). The selector column is not taken into the normal column counting (e.g. when defining the sequence of columns).