This question is locked. New answers and comments are not allowed.
Hey Guys,
I have an MVC 3 application and I am using the Telerik MVC grid control. I pretty much copy and pasted the ajax editing example here http://demos.telerik.com/aspnet-mvc/grid/editingajax and just changed the model class the grid was using. I noticed that all of my urls for edit, delete, update and insert were wrong. The had some mode-edit or mode-delete query string. I read some forums and saw that this could happen if there was a javascript error, so I opened up chrome inspection tools and there was 1 error. The line of code that is crashing is on line 516 of telerik.grid.editing.js (grid.modelBinder = new $t.grid.ModelBinder();). When I hover over ModelBinder it is undefined. Please HELP!!!!
Thanks in advance!
I have an MVC 3 application and I am using the Telerik MVC grid control. I pretty much copy and pasted the ajax editing example here http://demos.telerik.com/aspnet-mvc/grid/editingajax and just changed the model class the grid was using. I noticed that all of my urls for edit, delete, update and insert were wrong. The had some mode-edit or mode-delete query string. I read some forums and saw that this could happen if there was a javascript error, so I opened up chrome inspection tools and there was 1 error. The line of code that is crashing is on line 516 of telerik.grid.editing.js (grid.modelBinder = new $t.grid.ModelBinder();). When I hover over ModelBinder it is undefined. Please HELP!!!!
Thanks in advance!