Grid control for Windows Forms applications from DevExpress
I have a list items to show on XtraGridControl. I want first item of the grid controll, which is always …
c# winforms devexpress xtragridIt's easy to bind an XtraGrid control to a class by setting the FieldName for each column to the name …
c# binding devexpress xtragridI have added a new ButtonEdit column to my gridview, I turned buttons to ImageButton. I added button_click event …
devexpress xtragrid devexpress-windows-uiThe 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-summariesI have a DevExpress GridControl in my current WinForms application. I need to display a hyperlink control (RepositoryItemHyperLinkEdit) in a …
c# winforms devexpress xtragridI am binding the Grid with a business object which contains a field Country (which is another business object containing …
c# winforms devexpress xtragrid repositorylookupeditMy xtraGrid has a custom style eventlistener: FooGridView.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(FooGridView_RowCellStyle); private void FooGridView_…
devexpress xtragridI'm experiencing an issue refreshing data in XPCollection after commiting some database changes using UnitOfWork. I have a WinForm with …
session devexpress xtragrid xpo