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
3
votes
1 answer
dxDataGrid - How to refresh the widget
When ı clicked button, not working refresh.If the purpose is to add to the database buton button press to come to the screen. But is not updating. I created a datagrid with ajax. I also wrote the refresh function in ViewModel.What may be the reason…

Girl_engineer
- 145
- 1
- 2
- 20
3
votes
3 answers
Bind JSON to DevExtreme datagrid
I have problem with loading data to DevExtreme datagrid. If i trying example, with this example code:
var orders = new DevExpress.data.CustomStore({
load: function (loadOptions) {
var deferred = $.Deferred(),
args = {};
…

tomas
- 153
- 2
- 13
3
votes
0 answers
using firebase in DevExtreme
I am going to use DevExtreme for the first time in C# in order to develop a single app to be used in all mobile platforms.
I also read about Firebase and found it so great to use.
After reading many articles and asking questions from the tech guys,…

albert sh
- 1,095
- 2
- 14
- 31
3
votes
1 answer
DevExtreme - 3rd Party PhoneGap/Cordova Plugins
I'm using DevExtreme (DevExpress mobile) within VS2013 to develop a mobile website that we then compile down to native ios and Android apps.
I need to use one of the plugins within my project for when we compile to an ios App. I can't find any good…

Ben
- 3,926
- 12
- 54
- 87
3
votes
1 answer
Detecting click location
I'm attempting to display something (ultimately a menu) when a point is clicked in a DevExtreme chart. I've started by using a bar chart for simplicity.
What I want to do is, when the user clicks on a bar to display something else in the DOM at that…

Ian
- 33,605
- 26
- 118
- 198
3
votes
0 answers
Camera Angle Field Of View
I am working on Cordova(Phonegap) I need to determine Device specific camera Properties. I have been searching on web for a quality period of time. Still not getting any way. Is there any way to determine
1.Vertical-horizontal CAFOV (Camera Angle…

Ekta Jayswal
- 31
- 4
2
votes
1 answer
How to enable text selection of the tags in DevExtreme tag box
I am using devExtereme in my angular project. I want to be able to select the text of tags in my tagbox.
this is what I have:

Najim Sadat
- 63
- 7
2
votes
0 answers
Is there a way to solve localization issue when filtering query on date with OData, asp .net core, devextreme datagrid
I have asp.net core app and I'm displaying data in a view with devextreme datagrid, that calls odata endpoint to get data for the grid. I have a model for a client and I would like to filter clients based on date of birth.
This is my model…

Jakub Sevcik
- 21
- 1
2
votes
0 answers
Vue - Use Ref or Key to Force Re-Render Component
I didn't see an answer to this that compared the two but please shoot me in the right place if there is.
I have two working examples of re-rendering a component in a Vue 3 application at present and wanted some advice on which method might be better…

Nick Davies
- 573
- 5
- 15
2
votes
1 answer
Typescript error in devextreme-react Datagrid - ts(2559)
Our devextreme-react datagrid has suddenly stopped working. We get an error :
Type '{ children: Element[]; }' has no properties in common with type 'IntrinsicAttributes & IntrinsicClassAttributes> & Readonly

ThorEpNorway
- 95
- 10
2
votes
1 answer
How to add a hyperlink in coiumn of dx-data-grid in Angular?
Following code is being used:
2
votes
0 answers
Is there a way to consistently click DevExtreme elements with Cypress?
I am unable to consistently click these elements without using a cy.wait(1000) in combination with a .click().click() on the element
I have tried doing an assertion-action chain like this: .should('be.visible').click() but that hasn't worked either,…

jameseg
- 730
- 1
- 4
- 19
2
votes
0 answers
DevExtreme popup does not have content. (content is empty)
I use DevExtreme with Vue.js
I am working on converting the Vuetify UI component to the DevExtreme UI component
I want to add a pop-up in the page, but the pop-up doesn't work normally.
A pop-up tag was created, but the content was empty inside the…

전지영
- 21
- 2
2
votes
0 answers
How to add parameter to devextreme datasource LoadParams trough JavaScript?
I'm trying to add a parameter to a DevExtreme SelectBox Datasource.
I'm trying to use the solution suggested by DevExtreme here supportcenter.devexpress.com like this: