Hello
I am using an example such as the following in MVC
http://demos.telerik.com/kendo-ui/grid/editing-inline
However, I want to send the user confirmation that the edition or destruction of the record was successfull or unsuccessfull. Is there a way to do this?
I have seen that on the controller you are returning a Json with the same model sent from the client side, but I do not know where this information returned from the controller is processed on the client side.
How can I do this?