Top "Devexpress" questions

DevExpress is a component vendor for a variety of controls across different technologies.

Dynamically adding Devexpress GridControl to C# windows application

I want to add Devexpress GridControl dynamically. At runtime I want to show the Filter Row. Also I want to …

devexpress xtragrid
how to add devexpress to visual studio 2012

I downloaded the DevExpress Universal 12.2 Exe file, and that installs 2 folders to my computer. they are devexpress dxperience 12.2 and dxteeme 12.2 …

asp.net visual-studio-2012 devexpress devexpress-windows-ui
How to get the devexpress lookupedit display text from the corresponding edit value

Hai all, I want to get lookupedit display text when am giving correspond edit value. example: if am giving LookupEdit1.…

c# devexpress repositorylookupedit
c#: how to force trailing zero in numeric format string?

I need to display float as 1.00 1.50 1.55 1.60 The following is what I see using f2 format. 1. 1.5 1.55 1.6 Is there a way to …

c# devexpress
How to add nodes in DevExpress TreeList programmatically?

I want to add node at specific index in DevExpress TreeList. I have seen post#1 and post#2 but unable to …

c# winforms devexpress treelist
How do I color a cxgrid based on table value?

I would like all rows where in particular field name 'hello' is present to get colored green. I tried this …

delphi devexpress tcxgrid
How to change background color of a cell in Devexpress Grid?

I have a devexpress xtragrid with 40 columns. I compare each cell value with other and if it is different then …

c# grid devexpress xtragrid
How to hide column of devexpress XtraGrid

Hai all, Am using devexpress XtraGrid in C#.NET application.On run time i want to hide 1 column of XtraGrid …

c# devexpress hide xtragrid
How to format column to show percent (%) in the xtragrid

I have a xtragrid with values from a stored procedure. I am getting the values in float (0.23) and I want …

devexpress xtragrid
How to Get row by key value or visible index in ASPxGridView then change column value?

Hi In ASPxGridView, is there a way to get a row by its VisibleIndex or KeyValue so that I can …

devexpress aspxgridview