Top "Xtragrid" questions

Grid control for Windows Forms applications from DevExpress

How to disable one row of DevExpress XtraGrid in C#

I am using DevExpress XtraGrid in c#.NET application. I want to disable or set readonly property to particular row …

c# winforms devexpress xtragrid
Set image to RepositoryItemPictureEdit in XtraGrid

I have XtraGrid, I've added a new column and set its ColumnEdit property to RepositoryItemPictureEdit. I have tried to set …

repository devexpress xtragrid
Exporting Several XtraGrid Controls to a Single Excel File

I've got several XtraGrid Controls each one containing different information, I get some information about the way in which you …

devexpress export-to-excel excel-interop xtragrid
Can I make row cell value readOnly on XtraGrid just for one row?

How can I make a specific row cell readonly(not editable) on XtraGrid? For example just for row[0] but not …

c# winforms devexpress xtragrid
XtraGrid Suite - is there a way to add a button or hyperlink to a cell?

I'm working with the XtraGrid Suite made by DevExpress. I can't find any sort of functionality to do this, but …

.net winforms devexpress xtragrid
Create BandedGridView for DevExpress XtraGrid

I would like to know how the XtraGrid and the BandedGrid play togehter and are bound to the underlaying data. …

winforms xtragrid
How to force grid to propagate value to datasource immediately on change?

I have a DevExpress' XtraGrid which is bound to a collection of objects. I want changes to get into the …

c# winforms binding devexpress xtragrid
Xtragrid one column editable other aren't

Hi I have DevExpress xtragrid control. How can I set just for one column editable = true (column is empty)

c# devexpress xtragrid
How to disable row header in devexpress xtragrid

Hai all, I want to know how to disable row header in Devexpress xtragrid (grid control ) . In normal we are …

devexpress xtragrid
How to color selected rows in GridView in c#

I select all row with follow code in gridview gridView1.SelectAll(); Now i want to color selected rows in gridview …

c# winforms gridview devexpress xtragrid