Top "Xtragrid" questions

Grid control for Windows Forms applications from DevExpress

How to get the selected row values of DevExpress XtraGrid?

Consider the following picture I get the selected row values in the three textboxes shown in the figure when i …

c# winforms devexpress xtragrid
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 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 clicked cell column in DevExpress XtraGrid

I can't get column name of clicked cell in GridControl of XtraGrid. How can I do that? I'm handling GridView.…

c# winforms devexpress xtragrid
Refreshing DevExpress.XtraGrid after adding items to list that was boun to it

I have a List<SomeClass> bound to DevExpressXtraGrid like: MyXtraGrid.DataSource = MyList; I have some columns made in …

c# binding devexpress xtragrid
XtraGrid not refreshing after updates to its data source

I have an XtraGrid control on a windows form, bound to an object set as follows: clientListBindingSource.DataSource = ObjectContext.Clients; …

winforms data-binding devexpress xtragrid
How can I change font color in gridview DevExpress c#

How can I change the font color on gridview of DevExpress? All the solutions I have found are about changing …

c# devexpress xtragrid
How include a image in devexpress datagrid

How can set icon in Dev express data grid depending on the value returning from Database

c# devexpress xtragrid