Edit Dialog

Top  Previous  Next

The Edit Dialog is the default means by which a row in DbNetGrid is updated or added. A column will appear in the edit dialog if the column edit property is set to true. The dialog can be accessed via the grid editDialog property. If you have a lot of edit fields you can set the height of the dialog using the editDialogHeight property.

Options

Selects the previous row in the parent grid

Selects the previous row in the parent grid

Initializes the edit control for insertion of a new record

Applies the current update or insert

Cancels the current update or insert

Properties

closeOnApply (bool)

When set to true the dialog will automatically close when the edit is applied.

Run Sample

editControl (object)

Reference to the DbNetEdit control inside the Edit Dialog