Skip to main content
Filter by
Sorted by
Tagged with
7 votes
3 answers
11k views

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. ...
user2952265's user avatar
  • 1,630
7 votes
0 answers
712 views

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 ...
Gyum Fox's user avatar
  • 3,747
5 votes
5 answers
25k views

I have a devextreme datagrid working in my angular2 project. However a column with a date datatype just shows the full javascript date in this format: yyyy-MM-ddTHH:mm:ss. I would like to set the ...
marco birchler's user avatar
5 votes
2 answers
2k views

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 ...
Kardon63's user avatar
  • 342
5 votes
0 answers
616 views

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....
Ankit Prajapati's user avatar
4 votes
2 answers
2k views

The title already sums it up. I am currently facing this task: A SELECT statement results in 3.6 million records with many columns. This complete pack of data should be sent to the client, so that ...
Patrick's user avatar
  • 41
4 votes
3 answers
1k views

DevExtreme support angular directives as shown on this example page for dxDataGrid. How can I achieve the same with Aurelia? Examples showing the integration: https://www.youtube.com/watch?v=...
wonderful world's user avatar
4 votes
1 answer
4k views

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 ...
Al_B's user avatar
  • 437
4 votes
1 answer
256 views

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 ...
peer's user avatar
  • 1,019
4 votes
1 answer
4k views

We are using DevExtreme-Components from DevExpress in our Angular 6 application. We have a form built with the help of dxi-item elements like this: <dx-form id="form" #manageOfferForm [formData]="...
marco birchler's user avatar
4 votes
0 answers
811 views

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/ ...
Jaskaran Singh's user avatar
4 votes
0 answers
302 views

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 ...
Uwe Becker's user avatar
3 votes
5 answers
11k views

I use dev extreme UI framework in Angular application. In documentation I have found how to set focus it says to use method focus() But there is not focus in DxTextBoxComponent How to set focus? ...
POV's user avatar
  • 12.1k
3 votes
1 answer
22k views

When ı clicked button, not working refresh.If the purpose is to add to the database buton button press to come to the screen. But is not updating. I created a datagrid with ajax. I also wrote the ...
Girl_engineer's user avatar
3 votes
1 answer
8k views

I have the following dxButton element. <div class="dx-field-value" data-bind="dxButton: { text: name, onClick: $root.name }"></div> The text of the button is being assigned via the ...
David's user avatar
  • 1,210
3 votes
1 answer
2k views

I am using devextreme grid in my angular 5 app. When specific item is triggered the following code executes: public setRowColor(e){ e.rowElement.css("background-color","#d6dde7"); } rowElement is ...
OjamaYellow's user avatar
3 votes
1 answer
2k views

Trying to upgrade devextreme version 16.1.7 to 16.2.4 in an angular2 application. 'npm build' fails with error 'FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory' ...
Baji Jabbar's user avatar
3 votes
1 answer
925 views

I'm using DevExtreme (DevExpress mobile) within VS2013 to develop a mobile website that we then compile down to native ios and Android apps. I need to use one of the plugins within my project for ...
Ben's user avatar
  • 3,912
3 votes
2 answers
2k views

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 ...
S3ck Stros's user avatar
3 votes
0 answers
1k views

I am writing all of my back-end code in F# & C# and I have them in a Visual Studio Solution with Git Set up etc. I have been wanting to do some front-end work using the Dev Extreme Framework & ...
Martin Thompson's user avatar
3 votes
0 answers
316 views

I am working on Cordova(Phonegap) I need to determine Device specific camera Properties. I have been searching on web for a quality period of time. Still not getting any way. Is there any way to ...
Ekta Jayswal's user avatar
2 votes
1 answer
4k views

I've encountered the error: JsonSerializationException: Self referencing loop detected for property 'Subject' with type 'Project.Models.Subject'. Path 'data[0].Totals'. It occurs when I load a ...
Valuator's user avatar
  • 3,697
2 votes
2 answers
3k views

I'm working with the DevExtreme charts from DevExpress for the first time and I'm very enthusiastic but I do have 2 issues I could not resolve. I have a chart which is defined as follows: var ...
pabes's user avatar
  • 374
2 votes
1 answer
3k views

I am using the latest version of DevExtreme for Angular 2 as I'm writing this which is version 16.2. I have a DevExtreme form which is getting data user from its component. As you can see, there isn'...
Aaron Salazar's user avatar
2 votes
1 answer
606 views

I have a trouble with a dx-calendar component from devExtreme. I tried to set the first day of week to 1 to set the Monday as the first day of the week. The dates of the components are working fine. ...
Ever Dev's user avatar
  • 2,202

1
2 3 4 5
18