Whether rows can be added directly through a Grid object.

Property of

Grid

Description

allowAddRows determines whether moving down past the last row in a grid starts the append of a new row. It has no control over adding row in other ways, like by calling the rowset’s beginAppend( ) method. If the rowset switches to Append mode, the grid will synchronize itself with the rowset and display the new row.

Set allowAddRows to false to prevent the accidental appending of new rows when navigating through a grid.