This question is locked. New answers and comments are not allowed.
I have upgraded the MVC extensions (open source) to version 2011.2.712. I am also using jquery-1.6.2 and jquery.validate 1.8.1. I have set .jquery(false) in the ScriptRegistrar so that the latest jquery files are used.
On first page load the grid is ajax bound and can be edited (via ajax) successfully and the grid is rebound with the updated item. If a grid item (the same or another) is edited again, the following error is thrown '[value] is null or not an object' from telerik.grid.editing.min.js. Prior to upgrading the editing was functioning correctly.
On first page load the grid is ajax bound and can be edited (via ajax) successfully and the grid is rebound with the updated item. If a grid item (the same or another) is edited again, the following error is thrown '[value] is null or not an object' from telerik.grid.editing.min.js. Prior to upgrading the editing was functioning correctly.