Skip to main content
All docs
V23.2

Dashboard Component for Blazor

Important

If you are not familiar with the basic concepts and patterns of Blazor, please review the fundamentals before you continue: Introduction to ASP.NET Core Blazor

You can also watch free training videos on Blazor: Free Blazor Training Course

The Dashboard component for Blazor is a wrapper for the JavaScript DashboardControl. The component works with the Blazor WebAssembly and Blazor Server hosting models, and sends requests to the dashboard controller. Thus, you need an ASP.NET Core backend with a dashboard controller to handle client data requests.

Run Demo Read Tutorial: Blazor Server Read Tutorial: Blazor WebAssembly

This section gives information about the DxDashboard component for Blazor.

Common

Blazor Server

Blazor WebAssembly

See Also