![]() |
JQGrid - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: JQGrid (/thread-1776.html) |
JQGrid - Alain.verdier - 07-03-2020 Hello, I have a static website (no internet access) and wonder what I need to download in order to use TIWJQGrid. I did a search on the web, but it seems to me that the versions are paid thank you Have a good day RE: JQGrid - Alexandre Machado - 07-06-2020 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 |