I have a basic 1 table grid. I have a field called Branch type. The branch type can only be Corporate or Franchise. When i click on the edit button on the ASPxgridview row , i would like to display an
I have a D开发者_Go百科evexpress LookUpEdit that I want to fill with 2-3 values. For example \"Value 1\" (1) and \"Value 2\" (2). I want this name to be displayMember of the LookUpEdit and the number
I have two Devexpress gridview in a page. I tried binding data to devexpress gridview2 from devexpress gridview1\'s custom callback method..
It\'s easy to bind an XtraGrid control to a class by setting the FieldName for each column to the name of a property in the underlying class. We have now encountered a situation in which we would like
Specifically, I am using DevExpress 10.1 for their APSxGridView.I have a grid with a command column.I plan on using two of the standards: new and edit.I would like to create a custom button that will
I am using a SplitContainerControl which has two panels. I\'d like to increase the size of the splitter drag panel between them because it\'s difficult to see and click/drag. Is there a property that
I\'m creating a custom helper to automate some code in my application. I\'d like now how display a control in my helper. When I return the GetHTML() method, the page display the HTML like a plain text
I have a u开发者_如何学JAVAsercontrol that has custom unbound data columns in a gridView. I want to retain view state when switching between screens in my app in terms of selected tabs and focused row
my question is very simple. I have an AspxGridView with a DataTable as datasource. Whene i filter rows by using the combox enabled by the ShowHeaderFilterButton property, the datasource is not u开发者
Example code: 开发者_JS百科@Html.DevExpress().RadioButtonList(settings => { settings.Properties.DataSource = Enum.GetNames(typeof(SEICCV.Web.Models.eTipoControle));