This is my application environment :
1) Java 1.5, Smart GWT 2.1, GWT 2.0.3
2) All data sources are JSON RestDataSources.
I have an issue when using inline editing in ListGrids. It sends only the modified values of the record to the server through data source. How do we send all the values (modified + previous) to the server?
1) Java 1.5, Smart GWT 2.1, GWT 2.0.3
2) All data sources are JSON RestDataSources.
I have an issue when using inline editing in ListGrids. It sends only the modified values of the record to the server through data source. How do we send all the values (modified + previous) to the server?
Comment