i want to use radcombobox for autocomplete as Textbox with autocomplete =).
1. How to set visibitility for drop down button(arrow) to false?
2. How to drop down menu on text input with IsFilteringEnabled="True" ?
Best regards, Dmitrijs Solovjovs
1 Answer, 1 is accepted
0
Vladi
Telerik team
answered on 29 Jun 2012, 12:07 PM
Hi Dmitrijs,
The RadComboBox cannot be used exactly as an autocomplete TextBox, but you can use the filtering feature and the OpenDropDownOnFocus property to accomplish this. Here is a sample code representing this: