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