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

Filter option of Grid is not working after upgrading jquery from 1.7.0 to 1.10.0 (Only in IE)

3 Answers 111 Views
Grid
This is a migrated thread and some comments may be shown as answers.
swapnil
Top achievements
Rank 1
swapnil asked on 04 Dec 2013, 12:09 PM
I have downloaded new version of Kendoui for web which requires jquery-1.9 but recently I was using jquery-1.7.0
So tried to upgrade it and used jquery-1.7.0.migrate.js with jquery-1.10.0 so all the issues are fixed.
Grid is also working fine but while using filter option of Grid (clicking on filter text box or drop down button throws me an exception in IE
i.e. "Unhandled exception at line 11, column 4262 in http://localhost:1107/js/app/kendo.web.min.js
         0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'addBack"


I hope I will get solution on this.
Thanks in advance.

3 Answers, 1 is accepted

Sort by
0
Andrew
Top achievements
Rank 1
answered on 04 Dec 2013, 09:51 PM
I think I know this one.

http://jquery.com/upgrade-guide/1.9/
Basically jQuery 1.8XX is what you want to stick with if you want to keep your website working consistently in the 99 percentile of browsers.

Starting with jQuery 1.9, they are adopting a "get on board with web standards, or get out" philosophy.

I don't even know if kendo-ui is supposed to work in 1.9+, but I know if you want all versions of IE to work right, you don't want 1.9+

I am using jQuery 1.8.2, and jQuery-UI 1.8.24, the ones that are auto-created by creating a new MVC4 project.
I didn't know KendoUI was supposed to require 1.9, but it appears to be working fine with 1.8.2
0
Alexander Valchev
Telerik team
answered on 06 Dec 2013, 09:23 AM
Hi Swapnil,

I tried to reproduce the problem in a sample page but to no avail. Could you please specify which version of IE are you testing with? Does the error occur in the following sample?
Looking forward to your reply.

Regards,
Alexander Valchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Swetha
Top achievements
Rank 1
answered on 13 May 2014, 05:29 AM
I had the same issue.. upgrading jquery to 1.8.2 version resolved the error
Tags
Grid
Asked by
swapnil
Top achievements
Rank 1
Answers by
Andrew
Top achievements
Rank 1
Alexander Valchev
Telerik team
Swetha
Top achievements
Rank 1
Share this question
or