Newbie one: I have a ListGrid with inline editing turned on. I'm using a datastore linked to my custom PHP back end, so I'm going through the transfomRequest() and processResponse() path.
It works a treat, only if the user makes an invalid inline edit the widget still keeps the new value. That is, the data store handles the update, the server returns an error which I catch back at the client and present a suitable dialog. But the line in the ListGrid widget still carries the updated value the user typed.
How do I force the ListGrid to revert its displayed data back to what it was before the user changed it?
It works a treat, only if the user makes an invalid inline edit the widget still keeps the new value. That is, the data store handles the update, the server returns an error which I catch back at the client and present a suitable dialog. But the line in the ListGrid widget still carries the updated value the user typed.
How do I force the ListGrid to revert its displayed data back to what it was before the user changed it?
Comment