python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
I would like to know how to to Inject a datasource from one component into another in Angular
I currently have two components. My first component contains a dx datagrid that contains a dataSource that is working correctly.
Component 1
<dx-data-grid id="gridContainer" *ngIf="...
Matt
Votes: 0
Answers: 1
Vitejs with Vuejs build dist production is missing => this.getView(...) is undefined ( devextreme module )
Vuejs/Vite/Devextreme
Hi everyone, 3 days ago i have decided to move my Vuejs project to Vitejs ( which is great) but now i'm trying to upload my production build to my production server => ERROR.
...
lhommenul
Votes: 0
Answers: 0
Conversion failed when converting the nvarchar value to data type int sql server
I have a table. There is data in this table and there is a checkbox next to each data. Multiple selection is possible. After the user makes a selection, the id numbers of the selected columns are come...
Mert POLAT
Votes: 0
Answers: 3
How hide and show DxTab item programmatically
Im using js DevExtreme for evaluation.
I have a layout with dxtabbeditem with two tabs inside.
I would to change the visibility of second tabs from my javascript code, this is my layout:
<DxFor...
Max
Votes: 0
Answers: 0