Top "Gridcontrol" questions

The grid control displays data by means of views.

Format currency correctly in DevExpress Grid Control

So I've seen other questions on this, but I can't for the life of me make my grid format my …

c# winforms devexpress currency gridcontrol
DevExpress GridControl Unbound Columns

I would like to know how to properly add a unbound column into a gridview. I've added a unbound column …

gridview devexpress gridcontrol
How to show image in gridview cell from image path without using cutomunboundcolumn event?

I have a grid view in which I want to show images whose paths are stored in a database. I …

.net winforms devexpress gridcontrol
How to get selected row index in devexpress gridcontrol?

I have devexpress gridcontrol which looks like that: I have click event on this red X button: private void delete_…

c# devexpress gridcontrol devexpress-gridcontrol
hide headers in Devexpress gridcontrol

Can anyone tell me how to hide the header in DevExpress gridcontrol..?? I'm using C#.. All I want is a …

c# devexpress gridcontrol
How to change the way data is shown in WPF GridControl?

I'm trying to use GridControl from DevExpress but I can't do the same thing I usually do in ListView with …

wpf data-binding mvvm devexpress gridcontrol
Devexpress gridcontrol change selected row color

I'm using FormatConditions to format certain rows based on their properties. E.g. I have a gridcontrol with many rows …

colors devexpress rows selected gridcontrol
DevExpress GridControl line numbers

How to make column with row number? Solutions that works with default WPF dataGrid don't work with DevExpress...

c# wpf devexpress gridcontrol
Dynamic Data binding in WPF Devx GridControl

I'm working on a WPF application ( MVVM) and using the DevExpress GridCOntrol. I need to create a generic screen to …

wpf devexpress dynamic-data gridcontrol
Checkbox is not checked in DevExpress GridControl using wpf

I am trying to work on DevExpress GridControl Checkbox column but problem is that when I binding the checkbox value …

wpf checkbox devexpress gridcontrol