This is a migrated thread and some comments may be shown as answers.

Kendo grid inline editor callback

1 Answer 164 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Luis
Top achievements
Rank 1
Luis asked on 14 Jul 2015, 03:42 PM

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?

 

1 Answer, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 16 Jul 2015, 01:38 PM

Hello Luis,

Please review the Handling Server-Side Validation Errors In Your Kendo UI Grid blog that shows how to use the ModelState object and the DataSource error event to capture any errors during the update/delete operation. 

Regards,
Boyan Dimitrov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Luis
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or