I\'m trying to get a list of rows deleted by pressing the \'-\' button in a Devexpress Grid widget as depicted here.
I have A Callback enabled DevExpress ASPxGridView with a user control within the detail row template.
I am using the DevExpress eXpressApp Framework to develop an LOB app for an insurance agency.My problem is in the area of the domain objects (business objects) and their associations, or relations.
Im using aspxPopupControl with AspxGridView in it. Is开发者_开发问答 it possible to set control to fill all popup cause now when I try to resize that popup there is a lot of free space at the top and
I currently set some of my fields on my data grid with \"c2\" as the FormatString.When I generate .csv reports with XtraReports by printing on the XtraGrid, the thousands separator is included in the
I have the DevExpress controls within update panel and I need to clear selection on all of them from server side. Like DdlDropDownList.Clear开发者_如何学编程Selection(); but in DevExpress simple actio
Is it possible to set minimum and maximum possible value in editable column in xtraGridControl ? I want it to display 2 digits after comma in display mode :
We are working on an internal issue tracker-like software. When I select an issue in its list view control, I would like to display a reading pane at the bottom to show its details, comments, attached
I need to retrieve a business object from a DevExpress SearchLookUpEdit when the control is bound to a collection of custom objects.
The DevExpress XAF does much basis work for you, it creates a database based on your business objects, and dynamically generates a UI based on these, with basic functions like add, delete, sort etc. a