Please help
The purpose of DropDownList style is to force the user to choose from the list. If you want the user to be able to type into the UltraComboEditor, use DropDown style, instead.
Thanks Mike
But I want data Down list when type into the UltraComboEditor
please help
I am speculating wildly here, but try setting AutoCompleteMode to 'Suggest' or 'SuggestAppend' and see if that gives you what you want
Thanks Infragistics Team