I use ListGrid with custom (GWT RPC) DataSource. After call to addData(Record, DSCallback), callback gets executed BEFORE data source calls processResponse()
Is it a bug, or I dont undestand something? How could I wait for server call completion (I need to know ID of the new record, and the best way is to get it from the DSResponse)?
Is it a bug, or I dont undestand something? How could I wait for server call completion (I need to know ID of the new record, and the best way is to get it from the DSResponse)?