This example demonstrates how to define an AddRemoveRowBehavior that allows you to add and remove rows from the GridControl. The behavior uses the TableView.AddNewRow and GridViewBase.DeleteRow methods to add and remove rows, and the GridViewBase.AddingNewRow event to populate the added row with default values.
- Implement CRUD Operations in the WPF Data Grid
- WPF Data Grid - How to Initialize a New Row when the Editor is Shown
- WPF Data Grid - How to Initialize the New Item Row with Default Values
- WPF Data Grid - How to Validate Data Rows
(you will be redirected to DevExpress.com to submit your response)