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

[Solved] Version of jQuery

1 Answer 27 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Peter
Top achievements
Rank 1
Peter asked on 07 Nov 2011, 07:40 PM
I am trying to integrate the Telerik Combobox into the Orchard CMS application framework (an open source MVC .NET application framework project), but I am having problems because Orchard requires jQuery v1.6.4 and it appears that the Telerik controls only work with jQuery v1.5.1.  Is this true or is there a workaround for this ??  Can I use jQuery v1.6.4 with the Telerik controls ??

Thanks in advance for any help/suggestions you may have....

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 08 Nov 2011, 09:05 AM
Hi Peter,

 Yes, you can use jQuery 1.6.4. You just need to disable the default jQuery included by the ScriptRegistrar:

@(Html.Telerik().ScriptRegistrar().jQuery(false))

Regards,
Atanas Korchev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
Tags
ComboBox
Asked by
Peter
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or