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
We are currently using webcombo 5.0 and the issue that we encounter is when we place it inside a webexpander. Please see the attached image and the example code we have to recreate the issue. I have tried this in both IE8 and IE9 and the results is the same.
Let me know if you need anything else.
I can replicate the issue as well in here. I will forward this issue to our developer teams.
Regards,Handy
Do you have any updates on this?
Hello,
I haven't received any news from them. Based on the normal routine, your issue was already quequed in our system. Our developer teams would fix it based on our current priority.
Please follow this link for the fix.
Thanks for the response. Do you have a guide on how to apply hotfix?
Hello Jan,
I am sorry for wrong reply. This fix should be for messing layout and could not load more in XHTML mode. To apply hotfix manually, follow this link.
I have an updated for your issue. Actually, this is a known issue that only occurs if the container is hidden or closed initially. To resolve this issue, simply use the code snippet below.
function WebExpander1_OnExpanded(controlId,itemName) { var WebExpander1 = ISGetObject(controlId); var combo = ISGetObject("WebCombo1"); combo.DoResize(); return true; }
Thanks Handy.
Will this fix be implemented permanently on the next release? It would be difficult to do this on every page.
Unfortunately, this additional code needs to be implemented manually. There are several scenarios that can be made to hide WebCombo inside a container and show it later. All this conditions could not be treated generally. So basically, you still need to handle it in code manually.
Hi Team,
I am having same issue in a different scnario.
I am using ListView with some 4 WebCombos in Item Template. Also a radio button list on which selection these dropdowns are displaying. So when check any option in radio list the shown webcombo shows but its down arrows goes on first time selection.
I tried div to show hide the webcombo but same issue there.
I tried your above code it worked but its not displaying radio selected option and also webcomobo data (binded on Item databound of ListView) goes away and nothing display
I hope i have made it understandable
please guide me as i already have wasted my 3 hours
That should not be happen. The code only resize the WebCombo. All the binding should work fine. Can you send us a simple runable sample that replicates this issue.
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