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

764 questions
7
votes
3 answers

How to add a button inside a cell in the DevExtreme React Grid?

I'm using the Def Extreme Grid and I want to have a button in each row, making it possible to change the data of a row. In the example on buttonClick I want to reset the car brand to an empty string. As the custom cell with the button is defined…
user2952265
  • 1,430
  • 5
  • 16
  • 30
7
votes
1 answer

DevExtreme dxGrid lookup column form display id instead of DisplayExpr

I am using DevExtreme dxGrid to display and edit data for users, and I have a lookup column to chose the user department. The data display in grid correctly but after I press the edit button and the popup form show up the lookup field display the id…
AlaaL
  • 433
  • 8
  • 25
5
votes
5 answers

AG-grid VS devextreme grid

i would like to know good suggestion from you guys, which is the best one Ag-Grid vs extreme grid using in Angular 5. AG-Grid Devextreme Grid
naren
  • 55
  • 5
5
votes
2 answers

Server side rendering with devextreme and material ui @react16

After refreshing the page (and going through my ssr) it looks like none of the css is sustained unless I navigate through my app and get back to it Or even click some elements. Are there any examples of how this is done correctly? Im using the exact…
Karan
  • 1,081
  • 2
  • 14
  • 35
5
votes
0 answers

Offline Relational Database for Cross Mobile Platform

I am developing a Cross Platform (Android & iOS) Mobile App which would be compiled and deployed natively. (APK for Android and IPA for iOS). So this App would execute on WebView on Mobile Devices. I am using DevExtreme (product of DevExpress) to…
Ankit Prajapati
  • 1,175
  • 2
  • 12
  • 20
5
votes
3 answers

Difference between DXTREME and PhoneGap

Can anyone help me with what are the differences between DXTREME and PhoneGap?
radin_ehsan
  • 55
  • 1
  • 6
4
votes
2 answers

Signal R connection state is 0 after sometime

I am using @aspnet/signalr to connect to a hub and from the hub i am calling the method to return me some data. When i first initialize the server the connection is established normally, but if i refresh the window 3 or 4 times the client stop…
Kardon63
  • 149
  • 3
  • 13
4
votes
1 answer

How does Devextreme DataGrid compare with Ag-Grid for react

What are your thoughts on DevExtreme vs Ag-Grid for React? Performance wise, I find both are similar. I find DevExtreme easier to use. Would like to know recent experiences.
xaria
  • 121
  • 1
  • 1
  • 5
4
votes
1 answer

Package was restored using .NetFramework instead of project target framework

I created a new project with the DevExtreme ASP.Net Core Application template. Then I changed the framework from .Net Core 1 to .Net Core 2.0 However when I try to build I get the following error. Warning NU1701 Package 'System.Linq.Queryable…
Kirsten Greed
  • 11,170
  • 26
  • 117
  • 234
4
votes
1 answer

How do I add CSS files to webpack so that they can be used in Angular2 SPA

I am trying to create a Angular 2 SPA application based on the ASPNETCORE-SPA template inside Visual Studio 2015. I am also trying to utilise the commerical DevExtreme widgets from DevExpress. I have managed to create the widget in the HTML but the…
4
votes
1 answer

AngularJS gives an error (ngRoute, DevExtreme, TypeScript)

I'm trying to let AngularJS use DevExtreme. I'm using TypeScript. Now there's a little problem, without using the DX module in my app it's all just working.. but when trying to use DX I'm getting this error: angular.js:4087Uncaught Error:…
Peurr
  • 925
  • 3
  • 12
  • 27
4
votes
0 answers

How to connect a NEW Azure App Service to HTML5/JS

I am new to Azure and try to connect my existing HTML5/JS DevExtreme app to the new Azure App Service i created. That worked fine with the "old" Azure Mobile Service and i found a lot of samples for doing that. There is even no Quick Start sample in…
Uwe Becker
  • 93
  • 6
4
votes
3 answers

DevExtreme and Aurelia integration

DevExtreme support angular directives as shown on this example page for dxDataGrid. How can I achieve the same with Aurelia? Examples showing the…
wonderful world
  • 8,704
  • 14
  • 76
  • 142
3
votes
2 answers

Remove validator after submitting

I created two textboxes one for the title and another for the name. I am using validations if the textboxes are not filled, so the information is only submitted if both are filled. My problem is that after submitting I try to clear the values ​​of…
S3ck Stros
  • 185
  • 1
  • 8
3
votes
2 answers

Interpolating tags attribute values in a ngFor always gets "Got interpolation ({{}}) where expression was expected" error

I'm using a Devextreme's Datatable and I wanted to dynamically configure the table via a columns configuration array. The idea was to iterate this array with an ngFor and set column tags properties dynamically. The question is: how can we…
Santa Cloud
  • 417
  • 1
  • 8
  • 21
1
2 3
50 51