I have an unbound iGrid.net Grid.
I want to Add a new row to the data table, move the row I just added which is at the bottom of the grid to the top of then grid.
The manual refers to a property to add the new rows at the top instead of the bottom of the grid. I was unable to locate it. Does this not work for unbound grids?
This would be the preferred method.
The manual also refers to a Row insert method but again I was unable to locate a code sample or walk through anywhere.
The ActiveX Grid had a method that allows one to move a row.
Any help would be appreciated.