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
Hi,
I'm just checking if you need any further assistance with the matter.
Hello shahinkohan,
I would suggest you to make sure that these directories are correct and accessible. Check the requests for Infragistics scripts with your browser's developer tools and see what response you are getting from the server. Also, check if there are some javascript errors in the browser's console when loading the page, containing the igGrid. Let me know what are the results.
Thank you.