This example illustrates how to show DataGrid in the Popup Edit Form and implement CRUD operations for a data field that contains an array.
I've got a apge that lists a bunch of data in a datagrid. Sometimes this data might need to be updated, so I changed the grid to allow it to be editable. Everything works correctly, except for the ...