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

[Solved] Html.Telerik (). ScriptRegistrar ()

0 Answers 37 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.
Rodrigo
Top achievements
Rank 1
Rodrigo asked on 26 Jun 2012, 11:30 AM
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
Tags
General Discussions
Asked by
Rodrigo
Top achievements
Rank 1
Share this question
or