Interface for a class EditSettings
boolean
If allowAdding
is set to true, new records can be added to the Grid.
boolean
If allowDeleting
is set to true, existing record can be deleted from the Grid.
boolean
If allowEditOnDblClick
is set to false, Grid will not allow editing of a record on double click.
boolean
If allowEditing
is set to true, values can be updated in the existing record.
string
Defines the mode to edit. The available editing modes are:
string
Defines the position of adding a new row. The available position are:
boolean
if showConfirmDialog
is set to false, confirm dialog does not show when batch changes are saved or discarded.
boolean
If showDeleteConfirmDialog
is set to true, confirm dialog will show delete action. You can also cancel delete command.
string
Defines the custom edit elements for the dialog template.