I'm calling saveData() on a record in my form which correctly sends the update to my data source. However the linked ListGrid is not getting updated.
The update call simply returns a (empty) 200 response, does it expect the updated record details in the body?
Or is the problem something else?
The update call simply returns a (empty) 200 response, does it expect the updated record details in the body?
Or is the problem something else?
Comment