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