﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebCombo - How search with Autocomplete from multiple columns? </title><link>http://www.intersoftsolutions.com/Community/WebCombo/How-search-with-Autocomplete-from-multiple-columns/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>How search with Autocomplete from multiple columns? </title><link>http://www.intersoftsolutions.com/Community/WebCombo/How-search-with-Autocomplete-from-multiple-columns/</link><pubDate>Sun, 13 Jan 2013 23:17:19 GMT</pubDate><dc:creator>Hans</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Basically, the auto complete feature works with the first column only.&lt;/p&gt;
&lt;p&gt;If you want to search another field beside the first column, you could use AdditionalSearchFields feature.&lt;/p&gt;
&lt;p&gt;For further information about AdditionalSearchFields feature, you could see in WebCombo documentation or see in the AdditionalSearchField.aspx WebCombo sample. &lt;br&gt;&lt;/br&gt;(start &amp;gt; All Programs &amp;gt; Intersoft WebUI Studio 2012 R2 &amp;gt; WebUI Studio for ASP.NET &amp;gt; WebCombo 6 &amp;gt; C# Sample. The physical location of the file is: "%ProgramFiles%\Intersoft Solutions\Intersoft WebUI Studio 2012 R2\Samples\For ASP.NET\ISNet.WebUI.Samples\cs\WebCombo\AdditionalSearchField.aspx".)&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;br&gt;&lt;/br&gt; &lt;br&gt;&lt;/br&gt;Thank you.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br&gt;&lt;/br&gt;Hans.&lt;/p&gt;</description></item><item><title>How search with Autocomplete from multiple columns? </title><link>http://www.intersoftsolutions.com/Community/WebCombo/How-search-with-Autocomplete-from-multiple-columns/</link><pubDate>Fri, 11 Jan 2013 09:41:19 GMT</pubDate><dc:creator>macedes</dc:creator><description>&lt;p&gt;Hello i have a Webcombo which has multiple columns :&lt;/p&gt;
&lt;p&gt;-Name&lt;/p&gt;
&lt;p&gt;-Firm&lt;/p&gt;
&lt;p&gt;The autocomplete works but just with the first column, when i enter a firm it doenst find anything. Is it possible to use the autocomplete function for both columns at the same time? &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;here is my code so far:&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt; &amp;lt;ISWebCombo:WebCombo ID="WebCombo1" runat="server" Height="20px" UseDefaultStyle="True"
                Width="200px"&amp;gt;
                &amp;lt;LayoutSettings EntryMode="AutoComplete" AlwaysShowAllRowsOnDropdown="true" ComboMode="MultipleColumns"
                    AllowAddItem="True" ColumnWidthDefault="200px"&amp;gt;
                    &amp;lt;ClientSideEvents OnAfterItemSelected="WebCombo1_OnAfterItemSelected" /&amp;gt;
                &amp;lt;/LayoutSettings&amp;gt;
            &amp;lt;/ISWebCombo:WebCombo&amp;gt;
            &amp;lt;ISWebCombo:WebCombo ID="WebCombo2" runat="server" UseDefaultStyle="True" Height="20px"
                Width="200px"&amp;gt;
                &amp;lt;LayoutSettings EntryMode="AutoComplete" AlwaysShowAllRowsOnDropdown="true" ComboMode="MultipleColumns"
                    AllowAddItem="True" ColumnWidthDefault="200px"&amp;gt;
                    &amp;lt;ClientSideEvents OnAfterItemSelected="WebCombo2_OnAfterItemSelected" /&amp;gt;
                &amp;lt;/LayoutSettings&amp;gt;
            &amp;lt;/ISWebCombo:WebCombo&amp;gt;&lt;/pre&gt;
&lt;p&gt; thanks in advance for your help&lt;/p&gt;
&lt;p /&gt;</description></item></channel></rss>