Skip to main content
A newer version of this page is available. .
All docs
V21.2

DialogEditFormBehavior Events

Allows you to enable edit operations in the Data Grid bound to Server Mode and Instant Feedback sources.
Name Description
Changed Occurs when the Freezable or an object it contains is modified. Inherited from Freezable.
CreateEditItemViewModel Occurs before a user invokes the dialog edit form. This event allows you to specify a view model for the edit operation.
ValidateRow Occurs after a user saves changes made in the dialog edit form. This event allows you to validate values, check database constraints, and save changes to the database.
ValidateRowDeletion Occurs after a user removes selected rows from the control. This event allows you to validate rows, check database constraints, and delete rows from the database.
See Also