3.2.0

Row addition

How would I add a new row to the top of the grid and push all the rest of the data down?
Pat Chin
June 5,
Using setRowIndices(array) - put the index of the new row to the first array element and push the rest down.
Alex (ActiveWidgets)
June 5,
Can you give an example?
Pat Chin
June 5,
Is there any way to set the index of the added row to be 0 and then push the rest to 1, 2, 3, etc.???
Pat Chin
June 6,
I have the same problem
Kyle
June 13,

This topic is archived.

See also:


Back to support forum