iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
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
Hello,
Basically, the auto complete feature works with the first column only.
If you want to search another field beside the first column, you could use AdditionalSearchFields feature.
For further information about AdditionalSearchFields feature, you could see in WebCombo documentation or see in the AdditionalSearchField.aspx WebCombo sample. (start > All Programs > Intersoft WebUI Studio 2012 R2 > WebUI Studio for ASP.NET > WebCombo 6 > 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".)
Hope this helps. Thank you.
Regards,Hans.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname