Grid.InsertRow

number Grid.InsertRow ( 

string  ObjectName,

number  InsertPosition,

boolean Redraw = true )

Example 1

nIndex = Grid.InsertRow("Grid1", 2, true);

Adds a new row in position 2

Example 2

result = Grid.InsertRow("Grid1", -1, true);

Adds a new row to the end of the grid

See also:  Related Actions