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

Wijmo + KendoUI

5 Answers 259 Views
Integration with other JS libraries
This is a migrated thread and some comments may be shown as answers.
Dennis
Top achievements
Rank 1
Dennis asked on 27 Aug 2012, 11:41 AM
Anybody using these two libraries together? 
Kendo is now my primary, although Wijmo has some nice widgets that I could use and I'm missing them in Kendo. Wijmo is an extension of Jquery UI so everything should work fine right? Well seems not. I tested it out a bit, and if I have the latest version of wijmo and kendo refrenced on the same page and kendo gets broken. The exact situtation is I am using a grid bound to a view model with a remote datasource inside. the grid shows, but it's empty, and there is also a div that is suppose to be hidden until you select something inside the grid (it's bound via MVVM view: ), it gets shown from the start, although it should be hidden. So my guess is that the whole view model gets broken.

the error that the javascript console gives is:
Syntax error, unrecognized expression: .k-hierarchy-cell,.k-group-cell 

Once I remove the Wijmo reference everything works fine.

5 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 27 Aug 2012, 12:01 PM
Hello Dennis,

 Which version of jQuery are you using? This error may occur if you include jQuery 1.8. The current official version of Kendo UI is not compatible with jQuery 1.8 and needs 1.7.1 or 1.7.2.

Kind regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Dennis
Top achievements
Rank 1
answered on 27 Aug 2012, 12:14 PM
Hey,

thanks for the fast reply.

Yes, I'm using Jquery 1.8.0. Will try to reverted it back. Although other than this it's been in my project since it was released and I haven't had ony other issues of this kind with 1.8.
0
Dennis
Top achievements
Rank 1
answered on 27 Aug 2012, 12:23 PM
Ok, I've got an update.

I tried reverting to 1.7.2 but the issue remains the same.

Just for info I'm using the latest kendo UI version (one that ends with 710 if i remember correct) and I'm linking these CDN files for Wijmo to work:
  http://cdn.wijmo.com/jquery.wijmo-open.all.2.0.0.min.js
  http://cdn.wijmo.com/jquery.wijmo-complete.all.2.0.0.min.js
0
Atanas Korchev
Telerik team
answered on 29 Aug 2012, 07:50 AM
Hi Dennis,

 Could you share a jsFiddle or jsbin demo showing the problematic configuration?

Kind regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Dennis
Top achievements
Rank 1
answered on 29 Aug 2012, 09:41 AM
Hey,

I've got another update. There was a new Wijmo release just yesterday. Version 2.2.0. After updating Wijmo to the new version everything works fine now (even with jquery 1.8.0, tried it out). 
Tags
Integration with other JS libraries
Asked by
Dennis
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Dennis
Top achievements
Rank 1
Share this question
or