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
Hi
We are using Webcombo with multiple columns, if search result increases height of combo then vertical scroll bar is not displaying only in Chrome browser.
scroll bar is coming when we browse from IE7.
please help us in fixing this problem.
Thank you.
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 Shanta,
Could you attach me a simple sample file or html structure of your page? Because your issue not occured using my sample.
Also, please check your WebCombo's version and don't forget to install our latest hotfix before you run your project. Thank you.
Regards,
Julia
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>
You can install the latest hotfix automatically by using Update Manager. Please go to window start > Intersoft WebUI Studio [your version] > WebUI Studio for ASP.NET > Update Manager > Scan for Updates. But if you want to do manual update, you need to download the installer in My Components of your TDN account. The following link consist a very helpful step for doing manual update.
I have test on your code, but I still can't replicate your issue. After you apply hotfix and still find the issue, can you send me the attachment of you sample code? (.aspx & .aspx.cs ; to avoid broken file, please compress both files first). Thank you.
Good to hear that you could pinpoint the cause of the issue and solve it
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