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

CRUD operations in kendo Grid not firing

3 Answers 260 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Nandan
Top achievements
Rank 1
Nandan asked on 18 Sep 2012, 11:03 AM
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:

Editing_Create
Editing_Update
Editing_Destroy

I am attaching a sample code for the same.

Regards,
Nandan

Please find the Updated attached file


3 Answers, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 18 Sep 2012, 12:51 PM
Hello Nandan,

Looking at the code you have provided it seems that you have incorrect script references. There are multiple unnecessary kendo scripts includes which will cause different parts of kendo objects to be overridden. Please refer to this help article which describes how to setup the project to use KendoUI.

Regards,
Rosen
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Nandan
Top achievements
Rank 1
answered on 18 Sep 2012, 01:53 PM
Hi,
 I just added the following script files :
1. jquery.min.js
2. kendo.web.min.js
3. kendo.aspnetmvc.min.js
4. kendo.dataviz.min.js

Still it is not working, could you point me out which particular script file I am missing, and add the required script file in the project which I have given to you, for me it is too complicated. Could you please provide me the sample project in running mode which I have provided to you, that will be a great help.

Regards,
Nandan
0
Rosen
Telerik team
answered on 19 Sep 2012, 07:42 AM
Hi Nandan,

Please find attached a modified version of the project you have provided.

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