Is there an example how to binding the data in the code behind with these options: Editable=True and ComboTypeAhead=Suggest & EnableXmlHTTP=true.
I am able to bind the data in the codebehind (C#), ( InitializeDataSource and InializeLayout). When I click the "Arrow", I saw my data in the listbox, now I type a character in the combobox, nothing happen. It supposes filter the listbox with the letter I type in the combo box.
Please help.
Be sure you're setting the datasource (and the data is available) from inside of the InitializeDataSource event. You do not need to make any calls to DataBind from the InitializeLayout event. Also, what datasource are you using? The typeahead functionality of the WebCombo requires a datasource that can be filtered - like a SqlDataSource or a DataView.
-Tony
It may work webcombo 7.3 in IE 10?
Ray,
IE10 support was added in 2012 Volume 2. You can see this on the supported environments page. If you want support for modern browsers you should consider using our Ignite UI Combo Box or our ASP.NET WebDropDown.