Dear Telerik team,
I am developing MVC web site. I am using telerik (grid in existing views) and Kendo(combobox in new view). In _layouts page Jquery-1.7.1.min.js was referenced.
Grid is working. but If I changed reference from JQuery-1.7.1 to Jquery.min.js file getting script issues like version not supported like that.
If I use JQuery-1.7.1 only then KendoComboBox is undefined.
If I use both 2012.2.607/JQuery-1.7.1(_layouts) and Kendo/Jquery.min.js(view) then nothing is working.
Please help me how to resolve these issues. Please suggest good approach.