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
I have a SharePoint site that contains a WebDesktop Manager page as a web part. Some of the windows on this page contain WebCombos. The result window appears detached from the WebCombo on these pages. See attached file. Is there a setting to correct this?
Thanks,
Al
I still could not replicate the issue using the property you provided, and I believe the WebDesktop 3 build 312 is available on the WebUI Studio 2010 R1 SP1.
I have some workaround I could suggest based on the screenshot you provided. However without being able to replicate the issue on my environment I could not test the workaround myself.
In your PopUp ResultBoxWindowType solution, you could use the AdjustResultBoxLeft property and AdjustResultBoxTop property under LayoutSettings to manually modify the result box position.
In your Normal ResultBoxWindowType solution, it seems the z-index on the left pane control has greater value compared to the z-index of the WebCombo result box. Try increasing the z-Index value in the result box or decrease the z-index value in your left pane control.
Based on past issue, you could try setting the ResultBoxWindowType property under LayoutSettings to normal in order to resolve the issue.
If the suggestion does not work, we will need the complete HTML structure of the page in order to analyse the issue further, preferably a simple runnable sample.
Glenn;
When I set the ResultBoxWindowType to normal it has a problem rendering when used with panes. The attached picture is before attempting to display it in SharePoint.
Testing the scenario using a simple test page on my environment does not reproduce the same issue. In my sample, the WebCombo result box will show without overlapping the content on the left. In order to achieve the result similar to your screenshot I have to use the AdjustResultBoxLeft property. Attached is the sample page I used to test the scenario.
Have you used the latest WebDesktop 3 and WebCombo 4, build 312 and build 220 respectively?
The builds that I have are 310 for Desktop and 220 for WebCombo. I don't see 312 in the list of builds on the Developer site. Here is the code that I am using:
WebCombo combo = new WebCombo("WebCombo1"); combo.Width = Unit.Pixel(166); combo.Height = Unit.Pixel(20); combo.MultipleSelectionSettings.Enabled = true; combo.UseDefaultStyle = true; combo.LayoutSettings.TextBoxMode = TextboxMode.ReadOnly; combo.LayoutSettings.ResultBoxWindowType = ISNet.WebUI.DisplayType.Normal; combo.Style["Position"] = "Absolute"; combo.Style["Top"] = "25px"; combo.Style["Left"] = "5px";
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