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
Thank you for the update. we got the problem
combo.GetTData().parentElement.style.overflow = "hidden"; this was causing problem.
we should set overflowX only. now changed it to
combo.GetTData().parentElement.style.overflowX = "hidden";
this code was written in code behind.
Hi,
Here is the code which we are using to bind. Also can you tell us how do i apply the hotfix patch.
<ISWebCombo:WebCombo ID="AssociatesCombo" AllowAutoDataCaching="true" AllowAutoQueryHandler="false" runat="server" DataTextField="UserName" DataValueField="GuestId"
Height="20px" UseDefaultStyle="True" Width="150px" AdditionalSearchFields="FirstName,LastName,City,DepartmentName"
OnInitializeDataSource="AssociatesCombo_InitializeDataSource" ToolTip='<%$Resources: UIResource, AssociateToolTip%>'>
<Columns>
<ISWebCombo:WebComboColumn BaseFieldName="UserName" HeaderText="Name" Name="Name" Width="200px" />
<ISWebCombo:WebComboColumn BaseFieldName="City" Name="City" Width="150px" />
</Columns>
<LayoutSettings AdjustResultBoxLeft="-115" AlwaysShowHelpButton="false" ComboMode="MultipleColumns" ResultBoxWindowType="Normal" TextSettings-NoResultsText="The associate cannot be found in the corporate directory.">
<ClientSideEvents OnAfterItemSelected="setContactId()" OnShowDropDown="WebCombo1_OnShowDropDown" />
</LayoutSettings>
</ISWebCombo:WebCombo>
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