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
0
votes
1 answer
DevExtreme dxRadioGroup default selectedIndex issue
Iam using DevExtreme 14.2 version, am not able to set default value on dxRadioGroup. consider the following code i don't know where i did mistake.
HTML:

sona
- 123
- 3
- 13
0
votes
1 answer
LocalStorage limitations
I need to save properties for my app and I'been looking at LocalStorage to do so, but I've read in some places that it is persistent and in some places that it isnt.
DATA_STORAGE_KEY: 'velocity-customerdata',
I have a data storage key that I need…

Cody Jones
- 424
- 1
- 5
- 16
0
votes
2 answers
More information on working with plug ins
Okay, So I am following the instructions listed at
https://www.devexpress.com/support/center/Question/Details/KA18796
However, I just don't quite understand it. On step 3
Save config.xml in your archive and use PhoneGap Build for building a
…

Cody Jones
- 424
- 1
- 5
- 16
0
votes
1 answer
How can I set dataSource to devextreme dxList with jQuery
I'm just learning DevExtreme Mobile. I want to use dxList with Jquery.
I'm using as a reference site http://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxList/?version=14_1
But the web site teaching KnockOut.js
I do not know…

cngiz
- 11
- 1
- 4
0
votes
1 answer
How implement only landscape orientation for tablet and portrait orientation on phone devices?
Now I used DevExtreme Mobile 14.1.3 version. And my application on tablet and phone devices not locked orientation now. How can I locked orientation via DevExtreme (phonejs) framework methods or it should be implement via other technologies? Could…

Alex Filatov
- 2,232
- 3
- 32
- 39
0
votes
1 answer
Other UI that can be used in conjunction with PhoneGap/Cordova
Beside JQuery and JQuery Mobile, can this Kendo UI from Telerik be used in PhoneGap / Cordova? Similar for DexExtreme from DevExpress, can this one be used in PhoneGap / Cordova?
Thanks

dcpartners
- 5,176
- 13
- 50
- 73
0
votes
1 answer
KnockOut Array Binding To A Single Index
so I have my observable array
answer: ko.observableArray("")
and I'm trying to use data-bind to access just answer()[0]

Cody Jones
- 424
- 1
- 5
- 16
0
votes
0 answers
Javascript worker receive message is never being called
function receiveMessage(e) {
alert("received message");
if (e.data.success === "log") {
console.log(e.data.result);
return;
}
if (e.data.finished) {
workerCount--;
if (workerCount) {
if…

Cody Jones
- 424
- 1
- 5
- 16
0
votes
1 answer
Uncaught Reference on '$root'
When I test, $root is throwing an uncaught reference error. These are the files involved, let me know if you need more information. But I can't honestly see what I'm doing wrong.
Is there something I need to do to make $root available to me? Is it…

Cody Jones
- 424
- 1
- 5
- 16
0
votes
0 answers
Bootstrap 3, DevExpress Chart disappears on iPad (iOS 8)
I have a dashboard page that is dynamically built using the Dev Express Dev Extreme dx.charts.js library. I've implemented Bootstrap 3 into the site and everything works great... until I try to view on an iPad. I've spent countless hours making…

Craig831
- 76
- 1
- 8
0
votes
2 answers
How to pass innerText from a dxTextArea into a function in Javascript?
we are using javascript/typescript and have been unable to pass the 'in-putted text' from a dxTextArea in a DevExtreme (Typescript) Project.
We are using:

jbutler483
- 24,074
- 9
- 92
- 145
0
votes
2 answers
How to create a 'glow' effect on a Textbox in Typescript?
I have recently installed DevExtreme (from the Dev Express website) as I was looking for a way to create a single solution for multiple mobile devices (this software allows that). Having created a 'Basic' Typescript project, I feel quite the idiot…

jbutler483
- 24,074
- 9
- 92
- 145
0
votes
1 answer
Call jsonp callback inside a TypeScript module (devextreme)
I would like to call a jsonp callback from a typescript module of devextreme.
The following code is not working.
I would like to call weatherResponse callback, but it's inside the TypeScript module.
module tellmeweather {
export function…

Jack Minus
- 9
- 2
0
votes
1 answer
Step by Step debugging with DevExtreme
i'm new in devextreme development, i would like to develop an android application. Can i debug step by step, using breakpoints a devextreme application on simulator or device?
I tried Courier App on Android and it seems you can only run the app,not…

Jack Minus
- 9
- 2
0
votes
1 answer
devextreme mobile apps call webmethod return only html source code
I using devextreme to develop mobile apps to call my web method wrote in c#. It is success call the web method but the data return is all html source code. I has enable the cross origin in the IIS for the web service.
Below is the jquery get i use…

Bubble Bub
- 651
- 4
- 12
- 32