Hi,
I am using Kendo grid in my application and all the Create, Update and Delete operation are being fired in the conroller.
These are the following Actions in the HomeController which are not firing when i click on Save Changes button in the grid:
I am using Kendo grid in my application and all the Create, Update and Delete operation are being fired in the conroller.
These are the following Actions in the HomeController which are not firing when i click on Save Changes button in the grid:
Editing_Create
Editing_Update
Editing_Destroy
I am attaching a sample code for the same.
Regards,
Nandan
Please find the Updated attached file