Hi all.
Im very new in Infragestics, please help me to do auto complete by using infragestics contols in ASp.net.
Thanks in Advance.
Hello,
You can use ComboTypeAhead propery. Also you can take a look at the link below:
http://samples.infragistics.com/2009.2/WebFeatureBrowser/Default.aspx
ASP.NET -> WebCombo
Thanks
Ivan Baev
Can I have Autocomplete feature work with any IListSource Object, custom object for instance, or do we only need a datatable to auto filter / auto complete in WebCombo Control. This would mean everything to us as our existing application infrastructure have services returning domain model (like Employee or Employees) entities that are getting binded to controls. Would an objectdataSource binding to a custom entity make my AutoComplete work