Top "Xtragrid" questions

Grid control for Windows Forms applications from DevExpress

how to set focus row on XtraGridControl Devexpress?

I have a list items to show on XtraGridControl. I want first item of the grid controll, which is always …

c# winforms devexpress xtragrid
C# DevExpress XtraGrid, bind to property of nested class

It's easy to bind an XtraGrid control to a class by setting the FieldName for each column to the name …

c# binding devexpress xtragrid
DevExpress XtraGrid RepositoryItemButtonEdit event is not firing

I have added a new ButtonEdit column to my gridview, I turned buttons to ImageButton. I added button_click event …

devexpress xtragrid devexpress-windows-ui
How to add a weighted average summary to a DevExpress XtraGrid?

The DevExpress Grid (XtraGrid) allows grids and their groups to have summary calculations. The available options are Count, Max, Min, …

.net devexpress xtragrid weighted-average group-summaries
How to display a RepositoryItemHyperLinkEdit control inside a DevExpress GridControl

I have a DevExpress GridControl in my current WinForms application. I need to display a hyperlink control (RepositoryItemHyperLinkEdit) in a …

c# winforms devexpress xtragrid
DevExpress RepositoryItemLookUpEdit

I am binding the Grid with a business object which contains a field Country (which is another business object containing …

c# winforms devexpress xtragrid repositorylookupedit
DevExpress XtraGrid custom RowCellStyle eventhandler and column sorting problem

My xtraGrid has a custom style eventlistener: FooGridView.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(FooGridView_RowCellStyle); private void FooGridView_…

devexpress xtragrid
DevExpress XPO XPCollection Refreshing Changes

I'm experiencing an issue refreshing data in XPCollection after commiting some database changes using UnitOfWork. I have a WinForm with …

session devexpress xtragrid xpo