Questions tagged [devexpress-windows-ui]

Questions about controls in DevExpress WinForms libraries

DevExpress is a company that provide the WinForms Controls in order to create rich applications easily.

333 questions
1
vote
0 answers

How to resize child gridControls in container when window is resized?

My application have a container view which is a dockpanel. This container view contains 4 usercontrols which are again implemented using dockpanel. I want to resize my usercontrol when window is resized. My Container view :
Neha
  • 753
  • 1
  • 5
  • 18
1
vote
0 answers

DevExpress WinForms NavBar mixed content

I want to make main menu for my WindowsForms MDI application and I want to explore using DevExpress NavBar control. There are examples of nesting another NavBar controls into main NavBar groups, but I cannot put mixed content: NavBarItemLink and…
vpetrovic
  • 527
  • 4
  • 22
1
vote
1 answer

How we load data dynamically when we do scrolling with mouse to Devexpress XtraGrid in Winforms

I want to load data to my Devexpress Xtragrid when scrolling is down on winform project. I searched everywhere but I didn't find anything. I don't want to use XPO and server mode. Can anybody help to me?
ozziee
  • 21
  • 2
1
vote
0 answers

What programs do i need to change my application language? c# .net 4.5.1 devexpress

EDIT: Sorry, i forgot to say that im using devexpress also... i just figured out that it has a folder resource called ES, i had to copy this folder + the basic dlls, now it works...... even when i searched a solution using devexpress keyword, they…
1
vote
1 answer

WinForm TokenEdit control with bitwise Enum ([Flags])

How to use a DevExpress TokenEdit Control with a bitwise enum? (I was unable to find any comprehensive short documentation on this case. A bit here and some there.)
Askolein
  • 3,250
  • 3
  • 28
  • 40
1
vote
1 answer

Show View as a dialog box

I used devexpress hybrid wpf scaffolding wizard to generate a full MVVM application with views for collections and single object views. Now I'm struggling to figure out how to make some of the single object views popup when double clicked from the…
user1378263
1
vote
1 answer

DevExpress Gridview can't edit time in DateTime

I have a DateTime column, and when I try to edit it only the date is displayed, not the date & time. I have set a mask for the display to show the Date & Time for Display. I've also tried a few code samples that from what I can understand should…
Chris
  • 149
  • 12
1
vote
1 answer

How to find out when DevExpress XtraGrid row visibility changes?

Is there easy way to find out when DevExpress XtraGrid rows visibility changes? I am using WinForms DevExpress XtraGrid. I need to know which rows are visible. I can find out which rows are visible at the moment, but I do not want to calculate it…
PiotrR
  • 95
  • 7
1
vote
0 answers

How can I tell if a control is disabled because of a parent container?

I have a bug in a Windows Forms app that I have to fix. There is a groupbox that contains some controls (a few labels, some DevXPress "SpinEdit"s, and some checkboxes). The groupbox is disabled when the form is instantiated, which causes the…
Matthew Belk
  • 1,904
  • 2
  • 20
  • 28
1
vote
1 answer

Unable to delete child nodes of a parent node (Devexpress TreeList)

I am trying to delete focused node along with it's all child nodes (if any) from TreeList. The problem is I am unable to retrieve the child nodes. I tried 2 approaches: I used TreeListNodeIterator which returns a TreeListNodes object containing…
IFlyHigh
  • 546
  • 2
  • 9
  • 20
1
vote
1 answer

How to bind two grid each other like master-detail represent in DevExpress Winform

I am wondering that how to bind two grid each other like master detail represent? For example; I have two grid. Orders and Order detail. Order detail is placed next of the Orders. I want to make a dynamic filter that can make rows hide or…
esquare
  • 3,947
  • 10
  • 34
  • 37
1
vote
1 answer

IsHandleCreated Prop. is always false for gridview control in dev express

My windows form contains ​DevExpress.XtraGrid.GridControl on Form1 similar way there is also 2nd class called it as Form2. On Form1 I am loading data from database. When I double click on grid row it assigns to an Form2. on Form1…
IMMORTAL
  • 2,707
  • 3
  • 21
  • 37
1
vote
0 answers

Hide and show the split separator of the devexpress spliter container control

I use the devexpress spliter container and I would hide and show the split separator betwwen the two panels of the split container. Does anybody have any suggestion to resolve this problem? Thanks a lot in advance.
Dhibi_Mohanned
  • 283
  • 1
  • 7
  • 15
1
vote
2 answers

Unable to use barEditItem in devexpress ribbon control wpf

I m trying to add checkbox in ribbon control but i m not able to do so. I have tried to use barEdtitItem but it is not working. I m using devexpress riboon control and i didn't got its solution online. Please find the attached image.
abc
  • 75
  • 11
1
vote
4 answers

Set Focus on row by cell value

I have two grid views namely PositionsReadyListGridView and PositionsNotReadyListGridView. Now the functionality requirement is on click of Button Set Not Ready the selected item from PositionsReadyListGridView is removed from this list and added…
IFlyHigh
  • 546
  • 2
  • 9
  • 20