DevExtreme is a commercial application framework made by DevExpress. It is based on HTML5 and JavaScript and can generate native applications for smartphones and tablets (Windows Phone, iOS and Android) and responsive webapps for a traditional desktop.
Questions tagged [devextreme]
873 questions
-1
votes
1 answer
How to translate devextreme filter buttons text
As i mentioned in the title how can i translate filter buttons text to other language ?

Umut Palabiyik
- 313
- 6
- 16
-1
votes
1 answer
devextreme datagrid when ı manupulation in lookup data. my daragrid is state column not working
when ı manupulation my state list
datagrid is not working because I change in lookup data.
if u want to test my problem.
look at my codesandbox and insert new value
logEvent(eventName) {
// here
this.states = this.states.filter((x) => x.ID ===…

Murat Gözcü
- 5
- 4
-1
votes
2 answers
Uncaught Error: Cannot find module 'react-dom/client'
I just create my application from npm command, when i run the start script the application throws me that error.

Luiz Henrique
- 1
- 1
-1
votes
1 answer
How to customize my code with Angular Devextreme?
My Dev team are using Angular as a front-end framework, and ASP.net as a back-end framework and they had to use Devextreme and Devexpress as libraries or something ( please correct me if I'm wrong ), so the issue here is that my designs can not be…

Yassine
- 1
-1
votes
1 answer
How can I Integrate Docusign's E-Signature API with a .NET Backend and Angular + Devextreme front end?
Absolutely lost on this one. Our Backend uses c# with .NET, our Front end uses Angular with DevExtreme. Node.JS is not being used for the Angular side as far as I'm aware, our project lead wants me to figure out how to integrate Docusign onto our…

Callum Smith
- 7
- 1
-1
votes
1 answer
DevExtreme datagrid with server side paging/sorting not working with filtering
The paging and sorting works as expected on the server side and is showing the data correctly, but when I click on on a column with the filter enabled is showing everything with (Blanks)
If the loadOptions.group has a value it means that the filter…

Mauricio Gracia Gutierrez
- 10,288
- 6
- 68
- 99
-1
votes
1 answer
DevExtreme Tab Panel disabled still active
I'm using this DevExtreme template: https://js.devexpress.com/Demos/WidgetsGallery/Demo/TabPanel/Overview/Angular/Light/
So I want to disable some of the tabs. But if I disable the first tab, it still gets set as an active tab. If you switch to…

dewey
- 809
- 2
- 16
- 47
-1
votes
1 answer
Devextreme DataGrid in DropDownBox
I am using DevExtreme .net controls DropdownBox to display a DataGrid but I can't get selected values in controller on Post method how can i read selected values?
My razor :
.Form(f => f.Items(items =>
{
items.AddGroup()
…

Kessar Mohamed
- 21
- 5
-1
votes
1 answer
How to bind dataSource in dx Gallery?
The data source needs to be bind in a more nested loop.

Terik12
- 11
- 5
-1
votes
1 answer
devextream data grid Data Summaries Count the same data
I am using DevExtreme and want to use the summary function.
If there is the same data in the same column, it is counted
let te_arr = [];
dxDataGrid({
..................
columns: [
{ dataField: "columnsTest", caption: "columnsTest"}
…

kudy
- 51
- 7
-1
votes
1 answer
DevExtreme Data Grid with grouping column vertical Scrolling is not working
I have disabled pagination in my grid i want to add vertical scrolling in data Grid with grouping column, I enable "standard" scrolling in my grid but scrolling is not showing in my grid, i am stuck in this issue kindly provide solution for this…

Natesh
- 331
- 1
- 4
- 15
-1
votes
1 answer
How to clean the "textarea" and inputs after submit?
I'm using a Devextreme library (mentions).
Is there a way to submit (click on the Save button) to clear all the textarea information of the component and the other inputs?
I've tested several things but without success, I can't even clean the…

Paul sk
- 293
- 3
- 13
-1
votes
1 answer
Angular Ivy compiler error for production build
I am working on this Angular 8 application and I am getting the following error while trying to create production build by running ng build --prod.
ERROR in Unable to write a reference to DxiItemComponent in…

yuva
- 3,108
- 4
- 20
- 35
-1
votes
1 answer
Devextreme datagarid : default value of column cells when whith lookup
i'am using devextreme datagrid under my Angular 5 app.
My datagrid looks like this :

firasKoubaa
- 6,439
- 25
- 79
- 148
-1
votes
1 answer
ERROR: No NgModule metadata found for 'AppModule' angular
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule
],
…

Shani
- 11
- 1
- 7