Hello,
I have a ListGrid containing several rows of data, and if I click one record and I click an Edit button, I get a popup window with a DynamicForm inside it. And I've set this Form's default values as the values from the ListGrid via ListGrid.getSelectedRecord().Field
The problem is, how do I save the edits made in the form, so that it updates the selected record in the ListGrid??
Kind regards
I have a ListGrid containing several rows of data, and if I click one record and I click an Edit button, I get a popup window with a DynamicForm inside it. And I've set this Form's default values as the values from the ListGrid via ListGrid.getSelectedRecord().Field
The problem is, how do I save the edits made in the form, so that it updates the selected record in the ListGrid??
Kind regards
Comment