/devextreme-datagrid-custom-editing-form

The DataGrid component supports pop-up form editing out of the box. To customize the editing form, follow this example.

Primary LanguageJavaScriptOtherNOASSERTION

DataGrid for DevExtreme - How to implement a custom editing form using the Popup and Form components

The DataGrid component supports pop-up form editing out of the box. To customize the form, follow this example to implement the Popup and Form components.

A custom editing form

In the DataGrid, implement a function that customizes an addRowButton. The addRowButton displays the Popup component on click. Add a Form to the Popup contentTemplate. Implement Popup toolbar buttons and call a function that updates the DataGrid data source on click after users fill in the Form.

Files to Review

Documentation

More Examples