The grid control displays data by means of views.
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 gridcontrolI would like to know how to properly add a unbound column into a gridview. I've added a unbound column …
gridview devexpress gridcontrolI have a grid view in which I want to show images whose paths are stored in a database. I …
.net winforms devexpress gridcontrolI have devexpress gridcontrol which looks like that: I have click event on this red X button: private void delete_…
c# devexpress gridcontrol devexpress-gridcontrolCan anyone tell me how to hide the header in DevExpress gridcontrol..?? I'm using C#.. All I want is a …
c# devexpress gridcontrolI'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 gridcontrolI'm using FormatConditions to format certain rows based on their properties. E.g. I have a gridcontrol with many rows …
colors devexpress rows selected gridcontrolHow to make column with row number? Solutions that works with default WPF dataGrid don't work with DevExpress...
c# wpf devexpress gridcontrolI'm working on a WPF application ( MVVM) and using the DevExpress GridCOntrol. I need to create a generic screen to …
wpf devexpress dynamic-data gridcontrolI am trying to work on DevExpress GridControl Checkbox column but problem is that when I binding the checkbox value …
wpf checkbox devexpress gridcontrol