This question is locked. New answers and comments are not allowed.
Hi
I have a form to enter employee's details. In that i am entering employee contact details and address details. For address i am using MVC grid to CRUD operations. I selected the editing mode as "GridEditMode.InLine". There is no javascript error in page loading, clicking add new row button of the grid. When i get focus any of the editable fields in the row i am getting the following error
"jquery.validate.min.js:19Uncaught TypeError: Cannot read property 'settings' of undefined"
How can i rectify this problem?
Note: I am using Telerik extensions 2011.2.712. The address grid is in partial view, so that i can use to vendor & customer address too. Also i am using EF in data layer.
Thanks & Regards
Kousik
I have a form to enter employee's details. In that i am entering employee contact details and address details. For address i am using MVC grid to CRUD operations. I selected the editing mode as "GridEditMode.InLine". There is no javascript error in page loading, clicking add new row button of the grid. When i get focus any of the editable fields in the row i am getting the following error
"jquery.validate.min.js:19Uncaught TypeError: Cannot read property 'settings' of undefined"
How can i rectify this problem?
Note: I am using Telerik extensions 2011.2.712. The address grid is in partial view, so that i can use to vendor & customer address too. Also i am using EF in data layer.
Thanks & Regards
Kousik