I have an Asp.net page with 3 combobox and 1 button. The first combobox selection will affect the other 2 combobox datasource. I\'m setting the datasource for the other combobox using a callback funct
Can you set settings in ASPxGridView skins? For example: <Settings ShowHeaderFilterBl开发者_C百科ankItems=\"false\" ShowFilterBar=\"Visible\" ShowFilterRow=\"True\" />
I have a DevExpress GridControl on 开发者_开发问答a WinForms app that has a lot of columns in it.My horizontal scrollbar is shown on the GridControl.But, when I expand one of my columns, instead of sc
I have a Dev Express ASPxComboBox: <dx:ASPxComboBox runat=\"server\" ID=\"DropDownListTemplates\" DataSourceID=\"SqlDataSourceTemplates\" ValueField=\"template_id\" TextField=\"name\"
I am having some issues with some DevExpress controls which are sitting inside an AspxCa开发者_StackOverflow社区llbackPanel. At the point of clicking the \"Submit\" button, everything has a value (Tex
I used this http://www.devexpress.com/Support/Center/p/Q233111.aspx (the code is in VB so I converted it to C#) to get vertical column headers. 开发者_如何学CI get the vertical headers but my problem
This is what I have: public class ViewModel { public BindingList<Row> Rows { get; set; } public BindingList<MyElement> Selectables { get; set; }
I am aware that there other questions like this, but their solutions do not work for me. I have the following code:
I am utilizing the Devexpress aspxGridview control throughout my asp.net web forms application.Many of the databases that I would like to be able to visual and filter using these controls have a large
I can\'t seem to find an answer to this question that exists already. My problem is that I have information on an Employee being displayed in a XtraGridControl with the view set to CardView. In my Em