Grid control for Windows Forms applications from DevExpress
I am using DevExpress XtraGrid in c#.NET application. I want to disable or set readonly property to particular row …
c# winforms devexpress xtragridI have XtraGrid, I've added a new column and set its ColumnEdit property to RepositoryItemPictureEdit. I have tried to set …
repository devexpress xtragridI'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 xtragridHow can I make a specific row cell readonly(not editable) on XtraGrid? For example just for row[0] but not …
c# winforms devexpress xtragridI'm working with the XtraGrid Suite made by DevExpress. I can't find any sort of functionality to do this, but …
.net winforms devexpress xtragridI would like to know how the XtraGrid and the BandedGrid play togehter and are bound to the underlaying data. …
winforms xtragridI have a DevExpress' XtraGrid which is bound to a collection of objects. I want changes to get into the …
c# winforms binding devexpress xtragridHi I have DevExpress xtragrid control. How can I set just for one column editable = true (column is empty)
c# devexpress xtragridHai all, I want to know how to disable row header in Devexpress xtragrid (grid control ) . In normal we are …
devexpress xtragridI select all row with follow code in gridview gridView1.SelectAll(); Now i want to color selected rows in gridview …
c# winforms gridview devexpress xtragrid