Questions tagged [devexpress]

DevExpress offers a wide range of controls for different technologies, providing more flexibility and customization options compared to standard controls.

What steps do I need to follow in order to add an axis label to my chart?

I'm working on creating a bar chart using the @devexpress/dx-react-chart-material-ui library in React and here's the code I have so far: import React from 'react' import { Chart, ArgumentAxis, ValueAxis, BarSeries } from '@devexpress/dx-react-chart-materia ...

Reactive DevExpress introduces a unique Custom Paging Panel that enhances user

I am looking to customize my Paging Panel in a unique way: Instead of displaying the options for Rows per page as a select dropdown, I want to show them as buttons; I do not want to show the numbers of rows that are currently being displayed; I may want t ...

Storing the state of DevExtreme DataGrid in Angular

Currently, I have integrated the DevExtreme DataGrid widget into my Angular application. Here is a snippet of how my DataGrid is configured: <dx-data-grid id="gridContainer" [dataSource]="employees" [allowColumnReordering]="true" [allo ...

How to Transfer Rows Between Two DevExpress Grids in ASP.NET Core

In my current ASP.NET Core project using Razor pages, I have incorporated two devexpress grids. The main objective is to select a row from one grid, click on the floating action button labeled "add", and have that selected row transferred to the grid on th ...