Hi,
Im just testing rad combobox. I need a behaviour like this: http://localhost:59468/radcontrols_aspnetajax/combobox/examples/functionality/filteringcombo/defaultcs.aspx
This is, a dropdownlist with autocomplete. I tried to isolate the example in a test APP, and the combobox is rendered, and partially works. Partially because the autocomplete behaviour does not work!
I did those steps:
- Added telerik dll to a test web project in the bin folder
- Referenced this dll
- Created the controls toolbox referencing this dll
- "drag and drop" the combobox, and setting those properties:
Im just testing rad combobox. I need a behaviour like this: http://localhost:59468/radcontrols_aspnetajax/combobox/examples/functionality/filteringcombo/defaultcs.aspx
This is, a dropdownlist with autocomplete. I tried to isolate the example in a test APP, and the combobox is rendered, and partially works. Partially because the autocomplete behaviour does not work!
I did those steps:
- Added telerik dll to a test web project in the bin folder
- Referenced this dll
- Created the controls toolbox referencing this dll
- "drag and drop" the combobox, and setting those properties:
<telerik:RadComboBox DataSourceID="dsTestData" DataTextField="Name" ID="radCentral" runat="server"
AllowCustomText="true" ExpandAnimation-Type="None" CollapseAnimation-Type="None">
Any idea why the autocomplete does not work?
Thanks