Google Analytics İzleme

25 Mayıs 2012

Telerik Extensions for ASP.NET MVC - jquery version çakışmasını engelleme


One thing we have to know about after integrating with our app. If we are using any Jquery in our web then might be telerik or our existing jquery plugin stop. This is due to multiple jquery versions in our app. To resolve this issue keep the Telerik version which support our existing JQuery or disable the Telerik Jquery use while registering the telerik components.
Html.Telerik().ScriptRegistrar() replace withHtml.Telerik().ScriptRegistrar().JQuery(false), it will ignore the jquery load from telerik contents.

Kaynak:
http://cloudcomputingdoctor.info/2012/05/15/top-asp-net-mvc-plugin/


Hiç yorum yok: