Hello, I have a datasource which is edited by a ListGrid. Once I edit some data, I get a request to the server, but this request only has the modified fields. In the server, I have to call an update service which expects the update to contain all the data, the old and the new. It's really a replace operation.
Is there a way to force the ListGrid or the DataSource to send always all the data to the server? If not, Is it possible to get the old field values in the datasource or the request so I can manually merge them with the new values?
Is there a way to force the ListGrid or the DataSource to send always all the data to the server? If not, Is it possible to get the old field values in the datasource or the request so I can manually merge them with the new values?
Comment