3.2.0

How to Insert a new row between grid rows?

I want to insert a new row between grid rows. is it possible? How?
Ashkan
January 12,
No, addRow() method adds the new row at the end. You can re-arrange the rows using setRowIndices(array) method.
Alex (ActiveWidgets)
January 15,

This topic is archived.

See also:


Back to support forum