How search with Autocomplete from multiple columns?

1 reply. Last post: January 13, 2013 11:17 PM by Hans Kristian
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Eray GeveciMember

Hello i have a Webcombo which has multiple columns :

-Name

-Firm

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? 


here is my code so far:

 <ISWebCombo:WebCombo ID="WebCombo1" runat="server" Height="20px" UseDefaultStyle="True"
                Width="200px">
                <LayoutSettings EntryMode="AutoComplete" AlwaysShowAllRowsOnDropdown="true" ComboMode="MultipleColumns"
                    AllowAddItem="True" ColumnWidthDefault="200px">
                    <ClientSideEvents OnAfterItemSelected="WebCombo1_OnAfterItemSelected" />
                </LayoutSettings>
            </ISWebCombo:WebCombo>
            <ISWebCombo:WebCombo ID="WebCombo2" runat="server" UseDefaultStyle="True" Height="20px"
                Width="200px">
                <LayoutSettings EntryMode="AutoComplete" AlwaysShowAllRowsOnDropdown="true" ComboMode="MultipleColumns"
                    AllowAddItem="True" ColumnWidthDefault="200px">
                    <ClientSideEvents OnAfterItemSelected="WebCombo2_OnAfterItemSelected" />
                </LayoutSettings>
            </ISWebCombo:WebCombo>

 thanks in advance for your help

All times are GMT -5. The time now is 8:22 PM.
Previous Next