Check if the current row is the data row. Add the "edit", "insert", and "delete" items to the e.items array. For each item, specify text and handle the onItemClick event.
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 ...