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
WebCombo button element not displaying after i click it once, after i turn webcombo container style-display from none to block.
Another thing is that text is not showing until i click on the button.
<td style="position: relative;"> <div id="cmbPoduzeceDiv" style=" position: absolute; top: 5px; left: 5px; display:none;"> <iswebcombo:WebCombo ID="cmbPoduzece" runat="server" UseDefaultStyle="true" Width="300px" fancyPopUp="true" DataTextField="<%$GetColumnName:Poduzece%>" DataValueField="podTopStructureId" AllowWildCardSearch="true" > <LayoutSettings ComboMode="MultipleColumns" AlwaysShowAllRowsOnDropdown="true" ></LayoutSettings> <Columns> <iswebcombo:WebComboColumn Bound="true" BaseFieldName="<%$GetColumnName:Poduzece%>" Name="Poduzece" HeaderText="<%$GetString:{%00_Pub_Name2%}%>" Width="300px" /> </Columns> </iswebcombo:WebCombo> </div> <div id="cmbPoduzeceMultiSelectDiv" style=" position: absolute; top: 5px; left: 5px; display:block;"> <iswebcombo:WebCombo ID="cmbPoduzeceMultiSelect" runat="server" UseDefaultStyle="true" Width="300px" fancyPopUp="true" DataTextField="<%$GetColumnName:Poduzece%>" DataValueField="podTopStructureId" > <LayoutSettings ComboMode="MultipleColumns" TextBoxMode="ReadOnly" AlwaysShowAllRowsOnDropdown="true" ResultBoxHeight="450"></LayoutSettings> <MultipleSelectionSettings Enabled="true" /> <Columns> <iswebcombo:WebComboColumn Bound="false" BaseFieldName="<%$GetColumnName:Poduzece%>" Name="Poduzece" HeaderText="<%$GetString:{%00_Pub_Name2%}%>" Width="300px" /> </Columns> </iswebcombo:WebCombo> </div>
Hi Tomislav Mesaric,
From the snippet that you gave me before, I couldn't replicate your first issue about missing button element. When changin the div container display to block value. However, this issue happens when using IE10 document mode because textbox width is the same as webcombo width. This issue resolved when you change the RenderingMode to HTML5.
I also tried to replicate your second issue that make text doesn't show until you click the button. I also couldn't replicate your issue here. However when using you snippet code, I couldn't show the resultbox because you missing some configuration on MultipleSelectionSettings. When using TextBoxMode to ReadOnly and enable MultipleSelection, please ensure if you put AllowBrowseAll value to True value. The resultBox will be appear below the WebCombo.
Can you give any steps or simple sample that can replicate these issue in our local end? I really need to replicate this issue in our local end so I can trace where the problem comes from. Look forward to hear any feedback from you so I can help you further.
Regards,Bernard
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