07-06-2020, 12:25 PM
(This post was last modified: 07-06-2020, 12:26 PM by Alexandre Machado.)
You disable RenderCDNFiles property and add the files manually in your ExtraHeader as this:
<link href="ui.jqgrid.min.css" rel="stylesheet" type="text/css"/>
<link href="jquery-ui.min.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.jqgrid.min.js"></script>
These files must be downloaded manually and saved into your wwwroot folder (under IntraWeb's application folder)
These files can be downloaded from the same CDN. The addresses are:
https://cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.15.5/jquery.jqgrid.min.js
https://cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.15.5/css/ui.jqgrid.min.css
https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/themes/blitzer/jquery-ui.min.css
<link href="ui.jqgrid.min.css" rel="stylesheet" type="text/css"/>
<link href="jquery-ui.min.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.jqgrid.min.js"></script>
These files must be downloaded manually and saved into your wwwroot folder (under IntraWeb's application folder)
These files can be downloaded from the same CDN. The addresses are:
https://cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.15.5/jquery.jqgrid.min.js
https://cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.15.5/css/ui.jqgrid.min.css
https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/themes/blitzer/jquery-ui.min.css