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

DialogEditFormBehavior Events

Allows you to enable edit operations in a Data Grid bound to a Server Mode or Instant Feedback data source.
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