Questions tagged [devexpress]

DevExpress is a component vendor for a variety of controls across different technologies. They allow for more customization than the standard-issue controls.

DevExpress sells presentation controls, reporting and document automation systems, enterprise tools, HTML 5 website testing tools, IDE productivity tools, and business application frameworks for Visual Studio, Delphi, and C++ Builder developers using WinForms, ASP.NET, ASP.NET Core, Blazor, WPF, Silverlight, Xamarin, VCL, Windows 8 XAML, Angular, React, Vue and jQuery.

Related tags

7192 questions
1
vote
2 answers

TreeList devexpress icons

I use Difference class as my datasource in treelist. Then I would like to show different icon with node according to property value of the type Difference. Here is my Code: treeList1_GetStateImage(object sender,…
gruber
  • 28,739
  • 35
  • 124
  • 216
1
vote
0 answers

Enter value in DateEdit

Tinsley
  • 75
  • 7
1
vote
0 answers

Devexpress LookupEdit issue ,change it manually

I have 2 lookupedit witch are exactly the same in everything but the value member one of them is binded to an int32 column and it can be changed by changing the editvalue in code The other one is binded to int64 and it can't be changed manually Why…
1
vote
0 answers

How to make devx asp:grid responsive?

I am using dx:ASPxGridView (Version-11.1) to show grid with Questions and having 3 options [(1)Yes or mostly yes. (2)Mid or undecided (3)No or mostly no] to choose for their respective questions. We already achieved the desktop view (please refer to…
1
vote
1 answer

Using Custom Resource in DevExpress WPF Theme

Objective: I have a WPF project which shall be themed using DevExpress Themes. There is a Login-UserControl that shall have a themable background image. Implementation I made a custom Theme. In that theme I have a Folder "CustomResources" in which…
Fildor
  • 14,510
  • 4
  • 35
  • 67
1
vote
1 answer

DevExpress column standard showpop menu add custom copy item it'S under cells

I want to add a custom menu item into standard popshow menu, which copies first cell value column and copies to its under cells. It should copy just its under cells. I searched some things but couldn't find an example how to do. I found some…
1
vote
0 answers

Handle exception when grid removes object from list?

I have a DevExpress GridView control bound to a binding list. I'm trying to emulate SQL Server Management Studio, where if you delete a row and it fails due to a constraint, the row remains in the grid. I handle this by having a subclass of…
Andy
  • 8,432
  • 6
  • 38
  • 76
1
vote
1 answer

How can I change the text "Select all" on my dxDataGrid?

I'm using dxDataGrid with AngularJS and I'd like to change the text "Select All" I was looking for the solution in the documentation and I think that it is here but I cannot change it: headerFilter: { visible: true, texts: { cancel:…
ABT
  • 187
  • 5
  • 15
1
vote
2 answers

Data Binding in MVVM WPF - devexpress

I'm looking for errors in my code. The sql query returns over 200 items, but does not see any. I have this FiltryView.xaml
Rafal612
  • 23
  • 4
1
vote
2 answers

DevExtreme DataGrid onRowDblClick

I want to implement an onRowDblClick event for the DevExtreme DataGrid. I need this Event for multiple grids so I would like to implement this for the DataGrid for general. I was thinking about overriding the onClick action and check for a double…
Ich
  • 226
  • 3
  • 13
1
vote
1 answer

DeExpress MVC 17.1 How populate TokenBox from a database

I want populate a TokenBox from a database using the property tokenBoxSettings.Properties.DataSource TokenBoxView.cshtml groupSettings.Items.Add( formLayoutSettings.Items.Add(i => { …
bryannsi
  • 97
  • 10
1
vote
0 answers

DevExpress - Keep multi-selection on mouse click

I have a table, where in the first column I want to show a checkbox (currently of type CheckEdit) which enables the user to select/deselect items, and their name. Currently I have the following:
Ramzi Khahil
  • 4,932
  • 4
  • 35
  • 69
1
vote
1 answer

PostBack of ASPxComboBox not firing in DevExpress when used in a custom PropertyEditor

I am working on a DevExpress XAF application, where I need to define one of the properties of a business object with a custom property editor in order to show it with a dropdown list that gets populated from another Business Object like…
Kejsi Struga
  • 550
  • 6
  • 21
1
vote
1 answer

Kendo UI vs DevExpress for Angular4

We are going to start a new project in Angular4. Now we are analysing some third part libraries. There are two candidates 1) Kendo UI 2) Devexpress Discussing with others developers it looks like Kendo is more popular than Devexpress, but controls…
Max_dev
  • 508
  • 7
  • 25
1
vote
1 answer

How to use DevExpress Logify with Postsharp 5.0 Logging along with Serilog

DevExpress Logify supports SeriLog and logs all fatal erros to its server. According to their document when ever serilog logs an error it will automatically trigger Logify as follows Log.Logger = new LoggerConfiguration() …
Noufal Aboobacker
  • 125
  • 1
  • 1
  • 7