Questions tagged [devextreme]

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.

Resources

873 questions
0
votes
1 answer

Execute webservice function from android

I have a web service. This is the interface: Public Interface IService1 _ Function SendEmail(EmailAddress As String) As Boolean End Interface This is the implementation inside the svc file : Public…
0
votes
1 answer

Error when assign controller to div

With the code below, I see my button (angular 1.3.15, DevExtreme 15.1.4) HTML : Testing
TheBoubou
  • 19,487
  • 54
  • 148
  • 236
0
votes
1 answer

HTML not rendering properly in firefox (working great in chrome)

If you try to open this link in google chrome you can see in a few seconds the rows appear in the table. (I am using devextreme's dxDataGrid and angularjs) But if you open the same thing in the firefox browser, the rows never appear, I inspected the…
Homo Sapien
  • 720
  • 2
  • 9
  • 19
0
votes
1 answer

How do I update the public read-write OData feed at services.odata.org?

I am currently trying to get a simple demo going of a crud app using the public OData feed at http://services.odata.org/V4/(S(jskq43fsvrxbzaf2jzhboo13))/OData/OData.svc/Products GET-ting data works, however I am unable to update the data by clicking…
Jon Friedman
  • 64
  • 1
  • 10
0
votes
1 answer

What is the fastest way to compile a phonegap code?

Whenever I test for any change in my code (add an 'console.log' for example) involving a phonegap command, I need make the process of use Visual Studio to create the .zip, upload it on phonegap site, generate a .apk, install it in the emulator, open…
Doglas
  • 642
  • 1
  • 11
  • 22
0
votes
1 answer

Cordova - (Phonegap) get Device DPI and Density Pixels

I am developing a phonegap (cordova) project and I want to get the DPI of the device. Is this possible? In Android native JAVA API there is a Class named DisplayMetrics which provides getDisplayMetrics().xdpi/ydpi method to get device DPI. Is there…
0
votes
1 answer

HTML 5 chart issue

I'm drawing a chart for my web page which i learned from this video https://youtu.be/qYkkyOzR9jc i'm trying to add label to my chart, but it doesn't work and make my chart wrong here's my HTML code
Arm_M
  • 93
  • 2
  • 7
0
votes
1 answer

How can I exclude one html view in whole project to be applied from CSS?

I am working on Cross Platform application on DevExtreme. It includes 8-10 number of CSS files to be applied on my project for all the html views. CSS are having so many background-color:,background: properties set according to the theme(ios…
Ekta Jayswal
  • 245
  • 3
  • 13
0
votes
1 answer

ko.computed in TypeScript

I've the following problem. The following code works in JS: Application1.Trackers = function (params) { var viewModel = { dsTrackers: new DevExpress.data.DataSource({ store: Application1.db, searchExpr: "Bezeichnung" }), …
gogcam
  • 87
  • 1
  • 8
0
votes
1 answer

Binding object in Knockout

I have a problem with binding an (JSON-)object to my view. I have the following object, which I get from my REST-service. Now I would like to bind this object to my view. I tried this: var viewModel = { test: ko.mapping.fromJS(params.obj), …
gogcam
  • 87
  • 1
  • 8
0
votes
3 answers

How to configure dxFileUploader to show up like a simple button?

I have a dxFileUploader:
On the UI I got a surrounding white area (div). How to get rid of it? I need only a simple button with…
0
votes
1 answer

Why do logs inside an eval() appear later in the console than the logs after the eval()?

As I am trying to figure out why the loading process of my webpage (dxview) takes so long, I decided to put some console.log() statements in both the code before and after an eval() (part of that process) and the string inside that very eval(). It…
jaySon
  • 795
  • 2
  • 7
  • 20
0
votes
1 answer

Transfer variable to another view - Devextreme

I declare a global variable in my config.js file : var _StockClass = 0; Then I set its value from a view like this : function GetListItem(e) { // alert('Click for Id=' + itemData.Id.toString() + ', Name=' + itemData.Name); _StockClass =…
H_duPreez
  • 37
  • 11
0
votes
1 answer

Can I scale down the widgets in DevExtreme web application?

In a DevExtreme web application all the editor widgets are relatively too big (e.g. dxCheckbox). Can I scale down the widgets?
0
votes
3 answers

how to expand dxTreeview by page load

When page load, how to expand child nodes in devExtreme dxTreeview control by default. Please give some suggestions or examples.
ipln
  • 113
  • 1
  • 2
  • 14