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
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…

Hannes du Preez
- 1
- 1
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…

Tawsif Patel
- 11
- 4
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