dashboard-for-asp-net-core
There are 49 repositories under dashboard-for-asp-net-core topic.
DevExpress-Examples/asp-net-core-dashboard-backend
An ASP.NET Core backend application (server) for the DevExpress BI Dashboard. The app targets .NET 6.0.
DevExpress-Examples/dashboard-react-app-get-started
Add a DevExpress Dashboard component to a client-side app built with React.
DevExpress-Examples/asp-net-core-dashboard-get-started
The source code of the ASP.NET Core Dashboard app for .NET 6 created in the step-by-step tutorial.
DevExpress-Examples/asp-net-core-dashboard-custom-properties-sample
The example shows how to create custom properties for the ASP.NET Core Dashboard.
DevExpress-Examples/aspnet-core-dashboard-specify-default-state-in-code
How to specify a dashboard state in code.
DevExpress-Examples/DashboardDifferentUserDataAspNetCore
This example shows how to configure the ASP.NET Core Dashboard control so that it loads data in the multi-user environment.
DevExpress-Examples/DashboardUserBasedAspNetCore
This example shows how to configure the ASP.NET Core Dashboard control so that it works in the multi-user environment.
DevExpress-Examples/obsolete-getting-started-create-an-aspnet-core-dashboard-designer-runtime-sample-t569834
The example contains the source code of the project created in the step-by-step tutorial: Create an ASP.NET Core 2.1 Dashboard Application.
DevExpress-Examples/asp-net-core-dashboard-custom-item-gallery
The example contains the source code of custom items you can use in your Web Dashboard application.
DevExpress-Examples/asp-net-core-dashboard-implement-save-as-and-delete-custom-extensions
This example demonstrates how to add the "Save As" and "Delete" menu items to the Web Dashboard's UI by implementing custom extensions.
DevExpress-Examples/asp-net-core-dashboard-save-dashboards-to-database
This example shows how to create custom dashboard storage in an ASP.NET Core application and to store dashboards in a database.
DevExpress-Examples/aspnet-core-dashboard-jwt-authentication
This example demonstrates how to implement authentication in ASP.NET Core Dashboard based on JWT.
DevExpress-Examples/aspnet-core-dashboard-use-different-caches
The following example shows how you can manage the cache in the ASP.NET Core Dashboard control.
DevExpress-Examples/asp-net-core-dashboard-antiforgery
How to apply antiforgery request validation to the ASP.NET Core Dashboard control.
DevExpress-Examples/asp-net-core-dashboard-change-database-connection
Switch between database connections from the Web Dashboard UI in an ASP.NET Core application
DevExpress-Examples/asp-net-core-dashboard-color-dashboard-item-elements
The following example shows how to color dashboard item elements at runtime for ASP.NET Core
DevExpress-Examples/asp-net-core-dashboard-content-security-policy
How to implement a nonce-based Content Security Policy (CSP) for an ASP.NET Core Dashboard Application
DevExpress-Examples/asp-net-core-dashboard-custom-database-schema-for-sql-data-sources
This example demonstrates how to customize a database schema for an SQL data source.
DevExpress-Examples/asp-net-core-dashboard-custom-interactivity
How to add custom interactivity to your dashboard in the ASP.NET Core Dashboard Control
DevExpress-Examples/asp-net-core-dashboard-custom-item-tutorials
The repository contains the source code of the scripts created in the step-by-step Web Dashboard's Custom Item tutorials.
DevExpress-Examples/asp-net-core-dashboard-custom-panel
A custom implementation of the dashboard list.
DevExpress-Examples/asp-net-core-dashboard-customize-color-palettes
This project demonstrates how you can customize color palettes in Dashboard for ASP.NET Core.
DevExpress-Examples/asp-net-core-dashboard-display-item-underlying-data
The example shows how to get underlying data for the specified dashboard item. Underlying data is displayed in the dxDataGrid widget placed next to the Web Dashboard.
DevExpress-Examples/asp-net-core-dashboard-export-all-items
This example shows how to add a custom "Export to PDF" button that exports all dashboard items into the same PDF document.
DevExpress-Examples/asp-net-core-dashboard-get-underlying-data-for-clicked-item
The example uses the DashboardControl's client-side API to get underlying data that corresponds to a particular visual element.
DevExpress-Examples/asp-net-core-dashboard-integrate-ai-assistant
Integrate an AI assistant into a DevExpress BI Dashboard.
DevExpress-Examples/asp-net-core-dashboard-limit-designer-data
How to filter data in the Designer working mode to improve the performance by displaying only several records from the datasource.
DevExpress-Examples/asp-net-core-dashboard-pass-hidden-parameters-to-custom-sql-query
This example shows how to pass a hidden dashboard parameter to a custom SQL query.
DevExpress-Examples/asp-net-core-dashboard-refresh-item-on-parameter-change
The example shows how to use dashboard parameters to update a specific dashboard item without refreshing the entire dashboard.
DevExpress-Examples/asp-net-core-dashboard-row-level-security
This example shows how you can implement connection filtering in an application, where users share the same application.
DevExpress-Examples/asp-net-core-dashboard-save-dashboard-state-to-cookies
The sample illustrates how to save the current dashboard state (such as master filter or parameter values) to cookies on the client side and restore this state on the server side for the ASP.NET Core Dashboard control.
DevExpress-Examples/asp-net-core-dashboard-separate-server-settings-for-different-views
This example illustrates how to provide different server-side settings.
DevExpress-Examples/asp-net-core-dashboard-specify-dashboard-parameter-values-on-the-client
About This example shows how to change dashboard parameter values on the client.
DevExpress-Examples/asp-net-core-dashboard-trend-indicators
The following example creates a custom ASP.NET Core 'Moving Average' indicator.
DevExpress-Examples/asp-net-core-dashboard-underlying-widgets-api
How to customize options of underlying widgets in ASP.NET Core Dashboard.
DevExpress-Examples/asp-net-core-dashboard-update-parameter-master-filter-changed
The example shows how to pass master filter values to a dashboard parameter in the ASP.NET Core Dashboard.