devexpress
Setting a ComboBox value using callback
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[详细]
2023-04-08 09:30 分类:问答Settings in ASPxGridView Skins
Can you set settings in ASPxGridView skins? For example: <Settings ShowHeaderFilterBl开发者_C百科ankItems=\"false\" ShowFilterBar=\"Visible\" ShowFilterRow=\"True\" />[详细]
2023-04-08 09:05 分类:问答My DevExpress GridControl scrollbar won't scroll?
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[详细]
2023-04-08 01:05 分类:问答ASPxComboBox 'specified cast is not valid' error when data binding
I have a Dev Express ASPxComboBox: <dx:ASPxComboBox runat=\"server\" ID=\"DropDownListTemplates\" DataSourceID=\"SqlDataSourceTemplates\" ValueField=\"template_id\" TextField=\"name\"[详细]
2023-04-07 20:12 分类:问答Devexpress - AspxCallbackPanel controls have no values after postback
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[详细]
2023-04-07 16:48 分类:问答Autoheight of vertical column header in C# using DevXpress
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[详细]
2023-04-07 11:20 分类:问答LookupEdit in XtraGrid cell value goes blank
This is what I have: public class ViewModel { public BindingList<Row> Rows { get; set; } public BindingList<MyElement> Selectables { get; set; }[详细]
2023-04-07 03:30 分类:问答DevExpress LookupEdit - setting the selected DataRow by code
I am aware that there other questions like this, but their solutions do not work for me. I have the following code:[详细]
2023-04-06 21:15 分类:问答Dev Express Aspx Gridview Multi-row filter control
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[详细]
2023-04-06 20:53 分类:问答How can I set visiblity of GridColumn based off value of another GridColumn in the XtraGridControl designer?
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[详细]
2023-04-06 20:28 分类:问答