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

Kendo UI Grid + backbone js + marionette + underscore

2 Answers 107 Views
Integration with other JS libraries
This is a migrated thread and some comments may be shown as answers.
Vaibhav
Top achievements
Rank 1
Vaibhav asked on 04 Dec 2013, 12:45 PM
I am trying to use kendo ui grid in my solution that is based upon backbone.
It is a single page application

If I create a plain html page, the kendo UI grid works fine.

But, if I place the code in my solution. it says the below error.
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'kendoGrid'

The data is coming in json format.

In my page, jquery-1.9.1.min.js and jquery-ui-1.10.2.js also loads along with jquery.min.js, kendo.web.min.js and console.js(taken from the offline examples
page to be added)

I can't remove jquery-1.9.1.min.js and jquery-ui-1.10.2.js and other js as they are part of dynamic loading of the framework.

I can only play with jquery.min.js, kendo.web.min.js and console.js to work my solutions.

Anyone who can help me on how should I progress in order to use kendo ui grid.

2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 04 Dec 2013, 12:55 PM
Hi,

You should include only one version of jQuery in your page.

Regards,
Atanas Korchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Vaibhav
Top achievements
Rank 1
answered on 04 Dec 2013, 01:27 PM
Thanks..it worked me with some additional changes. i thought is special type of jquery min file and thats y i was keeping the same
Tags
Integration with other JS libraries
Asked by
Vaibhav
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Vaibhav
Top achievements
Rank 1
Share this question
or