I have the DevExpress controls within update panel and I need to clear selection on all of them from server side. Like DdlDropDownList.ClearSelection(); but in DevExpress simple actions are handled differently.
ASPxComboBox
ASPxDateEdit
ASPxTextBox
Does anyone know the best implementation of required functionality.