Showing posts with label ASPxComboBox. Show all posts
Showing posts with label ASPxComboBox. Show all posts
Wednesday, 29 May 2013
Tuesday, 6 November 2012
ASPxComboBox clear selection on delete or backspace
If you are using a DevExpress ASPxComobobox and you want to be able to unselect an item you can use the below code:
Labels:
ASP,
ASPxComboBox,
DevExpress
Thursday, 2 August 2012
Devexpress combobox datasource lost after postback
If you are using devexpress comboboxs and the datasource is null after postback. this may be becuase the combobox is set up to use multiple columns.
If this is the case then multi column comboboxes need to be rebound on each postback to ensure the items still exist.
Labels:
ASPxComboBox,
DevExpress
Friday, 20 July 2012
How to populate DevExpress GridView combobox header filter
You need to subscribe to the AutoFilterCellEditorInitialize event.
Check the column name, and cast the control to set the datasource.
Labels:
ASP,
ASPxComboBox,
ASPxGridView,
DevExpress
Subscribe to:
Posts (Atom)