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

JScript Errors raised by telerik.grid.editing.min.js

2 Answers 51 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Hilda
Top achievements
Rank 1
Hilda asked on 14 Mar 2011, 06:18 AM
Hi,

I am using telerik version 2010.3.1318 along with ASP.Net MVC 3. And there are mainly two JScript errors raised by this file(telerik.grid.editing.min.js):

1. I have a aspx page which has 2 forms calling 2 different actions. I have added submit buttons for both the Forms. When I run the application and click on any one of the submit buttons the following JScript error is raised:

Microsoft JScript runtime error: 'e.validator.unobtrusive' is null or not an object

But the functionality is not affected by this error.


2. I have a tabstrip with multiple tabs. Each tab in the tabstrip is an action which has the [ChildActionOnly] attribute in the controller.
Inside one of these tab view there is another tabstrip again whose tabs are rendered in the same way as the parent tabs. The child tab has a grid, with provides editing options. But when I click on the "Insert" button after the details for the new object is entered or when I click the "Update" button after necessary changes have been made the following error is generated in telerik.grid.editing.js:

Microsoft JScript runtime error: Object doesn't support this property or method

and the following code is highlighted:

e(h).closest("form").validate().form()&&i()
which is inside the save:function(h,i)

Due to this error new object is not getting created nor am I able to edit existing object. But the Delete function is working fine.

Please help as soon as possible.

Regards,
Hilda Fabiola Bernard

2 Answers, 1 is accepted

Sort by
0
Hilda
Top achievements
Rank 1
answered on 14 Mar 2011, 10:57 AM
Kindly help as soon as possible. This is urgent.

Regards,
Hilda Fabiola Bernard
0
Hilda
Top achievements
Rank 1
answered on 15 Mar 2011, 09:49 AM
I was using the code inside clearcase and by checking out "telerik.grid.editing.min.js", this error disappeared. I would be happy if some one could tell me why.

Regards,
Hilda
Tags
Grid
Asked by
Hilda
Top achievements
Rank 1
Answers by
Hilda
Top achievements
Rank 1
Share this question
or