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 found an error in webcombo shown in IE11.My webcombo version is the latest 6.0.7200.259
In webcombo design mode,I set "RenderingMode="HTML5"".If it's shown in the pages,it runs OK,
But when it's hidden in pages and it is shown by checkbox or radiobutton click event to show. the webcombo's dropdown arrow is shown when I first click the webcombo,when the data is loaded,the dropdown arrow is missing and never be shown.The error picture is attached by the file.
Please tell me how to solve this problem.Thank you
Hello,I apologize for the inconvenience.Please try to use “DoResize” method in “OnShowDropDown” client side event.Here’s the example snippet code how to use “DoResize” method:
<ISWebCombo:WebCombo ID="WebCombo1" runat="server"> <LayoutSettings> <ClientSideEvents OnShowDropDown="WebCombo1_OnShowDropDown" /> </LayoutSettings> </ISWebCombo:WebCombo> function WebCombo1_OnShowDropDown(controlId, left, top, width, height) { var WebCombo1 = ISGetObject(controlId); WebCombo1.DoResize(); }
Hope this helps.Regards,Hans K.
Thank you very much.I used your method and solved this problem
Hello,Thank you for the reply.I am glad to hear that.Should you have further question, please do not hesitate to contact us.Regards,Hans K.
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