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.
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.
It may work webcombo 7.3 in IE 10?
Hi pradeep
this attribute Xml HTTP not in .netadvantage vol 4.3 .so what to do?
Hi ,
Have you tried enabling Xml HTTP flag on Webcombo ? Add below flag in Design source and check if it works
EnableXmlHTTP
="true"
Regards
Pradeep
michelaguib - just a shot in the dark, but is your "key" field a string? If so, you'll want to use "like" rather than =, and encapsulate your cust value in quotes. You can always attach SqlProfiler and find out exactly what the sql query that's being executed is. That may show you what the problem is.
-Tony