Skip to content

The DevExtreme DataGrid component ships with a built-in Pop-up Edit Form (for data editing purposes). To create a custom pop-up edit form, follow the steps outlined in this example.

License

DevExpress-Examples/devextreme-datagrid-custom-editing-form

Repository files navigation

DevExtreme DataGrid – Create a custom Pop-up Edit Form using Popup and Form components

Our DataGrid component ships with a built-in Pop-up Edit Form (for data editing purposes). To create a custom pop-up form, simply use our Popup and Form UI components as follows:

Implement a DataGrid callback function that displays the Popup when a user clicks the built-in "Add row" button. Add a Form to the Popup contentTemplate and specify desired Popup toolbar buttons. Next, call a function that updates the DataGrid data source once users enter/modify Form values and submit changes (by pressing the "Confirm" button).

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

Files to Review

Documentation

About

The DevExtreme DataGrid component ships with a built-in Pop-up Edit Form (for data editing purposes). To create a custom pop-up edit form, follow the steps outlined in this example.

Topics

Resources

License

Stars

Watchers

Forks