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
7
votes
0 answers

How to access the DOM element of a third party component that doesn't forward ref

I am working with a third-party component which doesn't forward the ref to its DOM component and unfortunately, I need to get a ref to its DOM element in my code. The code below obviously fails: const ThirdPartyComponent = (props) => { return…
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,590
  • 7
  • 21
  • 32
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
  • 333
  • 9
  • 28
5
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
  • 337
  • 1
  • 5
  • 18
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,141
  • 2
  • 19
  • 42
5
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
  • 15,730
  • 41
  • 179
  • 318
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,425
  • 3
  • 14
  • 22
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
0 answers

Disabling browser password saving in my Angular application

I'm creating an Angular application with Devextreme components. The question is that I don't want that in my Login screen when I enter the username and password the browser suggests me to save the password: I would like to know if from my angular…
Stella Esparza
  • 101
  • 1
  • 9
4
votes
0 answers

How to remove sorting from some columns devextreme-reactive react grid?

Is it possible to remove sorting from some columns devextreme-reactive react grid? I am using the following grids: https://devexpress.github.io/devextreme-reactive/react/grid/docs/guides/sorting/ You can try code over here:…
Jaskaran Singh
  • 2,392
  • 24
  • 39
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
2 answers

Disable selection for rows with particular Row Ids in devexpress react Grid?

I am working on devexpress react grid and I am new to react. I need to disable the selection of rows based on the condition. I struggle here to disable the selection of particular rows rather than all the rows. Please help me.…
sakthi vel
  • 133
  • 1
  • 9
4
votes
1 answer

Angular DevExtreme Themes

I am trying to load themes for the DevExtreme widgets for angular. I have followed different approaches: Set the style in angular.json but it doesn't cause any effect: "projects": { "my-project": { "root": "", "sourceRoot": "src", …
Daniel
  • 183
  • 3
  • 11
4
votes
1 answer

Show and hide form element using Angular2 DevExtreme

I'm trying to show and hide a form field using Angular's *ngIf but, when I do, the entire form doesn't render no matter the value I give the *ngIf and no errors are thrown. Clearly the *ngIf isn't the way to go. Is there a more DevExtreme way to…
Aaron Salazar
  • 4,467
  • 10
  • 39
  • 54
4
votes
3 answers

ng2 - DevExtreme vs Telerik Kendo UI

We are starting a new software using Angular2, typescript and HTML5. We have 2 options for UI components: - DevExtreme - Telerik Kendo UI Which one is better? Thanks
naz
  • 127
  • 2
  • 7
1
2 3
58 59