Top "Xtragrid" questions

Grid control for Windows Forms applications from DevExpress

How to set the default Sort on a DevExpress GridView

On .net WinForm, DevExpress's GridControl/GridView bound on a DataSet, how to specify the default sort order? The one that …

.net gridview devexpress xtragrid gridcontrol
XtraGrid - Export To Excel

I'am using Developer Express XtraGrid Component to show some data. I have 2 XtraGrid on my Windows Application Form. Both grids …

c# winforms devexpress xtragrid
DevExpress XtraGrid FocusedRowChanged event problem when changing datasource

This problem has bugged me for several years and maybe someone here knows a simple solution, since I just ran …

devexpress xtragrid
DevExpress GridControl image column displays images like System.Byte[]

I have a table with person data which are Name, Surname, Code and Photo of persons. And when I select …

c# winforms devexpress xtragrid
DevExpress XtraGrid set FocusedRowHandle and then scroll focused row into view?

I have an XtraGrid with ~500 rows in it. I can set the FocusedRowHandle to, say, row 245. But is there a …

devexpress xtragrid setfocus
How to change column type of a devExpress xtra Grid Control to CheckBox type column?

In .net grid view Control Column we have a Property called "ColumnType" where we can specify column type which you …

c# devexpress xtragrid
Dev Express GridView rows count

In System.Windows.Forms.DataGridView it is DataGridView.Rows.Count. But how can I get Dev Express GridView's rows count?

c# winforms devexpress xtragrid
DevExpress XtraGrid checkbox check not registered unless focus changes

We have a databound XtraGrid on our Windows form. One of the columns is a check box. The problem is …

checkbox xtragrid
LookupEdit in XtraGrid cell value goes blank

This is what I have: public class ViewModel { public BindingList<Row> Rows { get; set; } public BindingList<MyElement&…

c# data-binding devexpress xtragrid
DevExpress XtraGrid Control with checkBoxEdit column

I've a DevExpress XtraGrid control with three columns and a unbound checkBoxEdit column for users to select when deleting items …

c# winforms devexpress xtragrid