Back to Devexpress

Required Client Libraries for ASP.NET Web Forms

dashboard-402121-web-dashboard-integrate-dashboard-component-aspnet-web-forms-dashboard-control-required-client-libraries.md

latest1.9 KB
Original Source

Required Client Libraries for ASP.NET Web Forms

  • Jul 20, 2024
  • 2 minutes to read

This topic contains the list of required libraries and instructions on how to integrate them into the project.

Required Libraries

Web Dashboard requires the following libraries to work correctly:

Automatic Integration

Add the “resources” section to the application’s Web.config file to include client-side libraries on a web page:

xml
<devExpress>
    <!-- ... -->
    <resources>
        <add type="ThirdParty" />
        <add type="DevExtreme" />
    </resources>
</devExpress>

Note

The DevExpress Analytics Components library is attached automatically.

Manual Integration

You can prevent a control from loading libraries automatically (for example, when the libraries are already referenced on the web page).

  1. Declare an empty <resources> section in the Web.config file:

  2. Copy the “Ace” and “DevExtreme” folders to the project from the following locations:

  3. Attach the following scripts and stylesheets to the <head> section of the page that contains the Web Dashboard.

Tip

You can download scripts from npm. For this, use the following packages:

Refer to package.json configuration for details on how to install npm packages for use in a Visual Studio application.