DataGrid.getAllowAddNew

Overview | Methods | Fields | This Package | All Packages

DataGrid.getAllowAddNew

Retrieves a boolean value indicating whether the user can add rows to the grid (provided the underlying recordset allows new records to be added).

Syntax

public boolean getAllowAddNew()

Return Value

Returns true if the user can add rows to the grid; otherwise, returns false. For more information, see setAllowAddNew.