Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > General Discussions > Html.Telerik (). ScriptRegistrar ()
Telerik MVC Extensions are no longer supported (see this page for reference). In case you have inquiries about Kendo UI Complete for ASP.NET MVC, post them in the pertinent Kendo UI forums.

Not answered Html.Telerik (). ScriptRegistrar ()

Feed from this thread
  • Posted on Jun 26, 2012 (permalink)

    Good day. I wonder how Html.Telerik (). ScriptRegistrar () function locally. I've tried everything and nothing. has changed in web.config, and so on. Only when changed in the source code the following:
             public virtual ScriptRegistrarBuilder DefaultGroup (Action <WebAssetGroupBuilder> configureAction)
             {
                 Guard.IsNotNull (configureAction, "configureAction");


                 WebAssetGroupBuilder builder = new WebAssetGroupBuilder (scriptRegistrar.DefaultGroup);
                 builder.UseTelerikContentDeliveryNetwork (false), this line
                 configureAction (builder);


                 return this;
             }


    it worked

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > General Discussions > Html.Telerik (). ScriptRegistrar ()