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

[Solved] jQuery integration

1 Answer 102 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Steve
Top achievements
Rank 1
Steve asked on 12 Aug 2010, 08:23 PM
I ended up removing Telerik MVC a few months, and since that time there has been updates.

My biggest problem was that I have jquery code in my project(s) that need to remain as they are and be able to add Telerik MVC controls.

I was not able to successfully do this, as Telerik requires a certain setup when using the controls that caused me issues.

Does this still exist?  What are the alternatives?

Thanks

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 13 Aug 2010, 07:25 AM
Hello Steve,

 What exactly were the issues you were facing? We have quite a lot of customers using successfully Telerik Extensions for ASP.NET MVC with other jquery plugins. The key to success is to disable the automatic including of jquery by doing this:

<%= Html.Telerik().ScriptRegistrar().jQuery(false) %>

Then you have to manually include jquery.js (we currently support jquery 1.4.2).

All the best,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Steve
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or