In our solution we are making great usage of the grid's batch editing through the DataManager and UrlAdaptor. On the server when we perform the batch update, we may embed some details into the result of the call. How can we gain access to the result that comes back?
For example. If the user removes 10 records in the grid and triggers the update command to tell the server, the server may remove 8 because 2 of them are unable to be removed for business rule related reasons. The response will still come back as a success but with information that 2 of the records were not removed.
How can we gain access to the response to check some of the details?
We see there is an actionFailure event, but in our case, this would not be a failure. We see there is an actionComplete event, but does it contain any response information from the server call?
Thanks,
:JV