Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1300
Using the Infragestic Script from Azure CDN
posted

Hello

 

we want to move our projects scripts to azure CDN. The scripts also contains infragistics MVC scripts

 when we change the following from

 @(Html.Infragistics().Loader().ScriptPath(Url.Content("~/Scripts/InfragisticsjQueryMVC/common/js/")).CssPath(Url.Content("~/Scripts/InfragisticsjQueryMVC/common/css/")).Resources("igGrid").Theme("metro").Render())

 

to

 

 

@(Html.Infragistics().Loader().ScriptPath(Url.Content("https://v06originationtesting.blob.core.windows.net/cdnscripts/Scripts/InfragisticsjQueryMVC/common/js/")).CssPath(Url.Content("https://v06originationtesting.blob.core.windows.net/cdnscripts/Scripts/InfragisticsjQueryMVC/common/css/")).Resources("igGrid").Theme("metro").Render())

 

Infargistics grid is not rendering

 

Please give a sugesstions

Thanks