Unanswered: ListStore modified records in RPC call
Unanswered: ListStore modified records in RPC call
Hello,
I'm using the Inline Editable Grid example to try to send modified records back to the server through an RPC call (to be saved in a database for example). Is there any way to do that?
I've tried a regular RPC call with async callback and the collection of modifed records, but it seems like the call is not even going to the server class.