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.
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.