04-03-2024, 09:12 AM
(This post was last modified: 04-03-2024, 09:12 AM by Alexandre Machado.)
IntraWeb - during development/design time - downloads all the necessary files for you as long as you set RenderLocalFiles to True and RenderCDNFiles to false. The first time you run the application and open the form that contains the IWjQGrid, IntraWeb will download the required files and put them inside your local wwwroot folder.
You can then use the same exact files to deploy your application. It's very simple and effective.
You can then use the same exact files to deploy your application. It's very simple and effective.

