Hello,
I've noticed that, when I update a record in a ListGrid, only the fields I explicity edit are added to the values submitted to the server. However, if I edit a ListGridRecord by calling editRecord() on a DynamicForm and passing in a ListGridRecord, then all values on the ListGridRecord are submitted to the server. Is there any way to avoid this discrepenacy so that all values are submitted when updating directly in the ListGrid as well?
I've noticed that, when I update a record in a ListGrid, only the fields I explicity edit are added to the values submitted to the server. However, if I edit a ListGridRecord by calling editRecord() on a DynamicForm and passing in a ListGridRecord, then all values on the ListGridRecord are submitted to the server. Is there any way to avoid this discrepenacy so that all values are submitted when updating directly in the ListGrid as well?
Comment