﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebCombo - WebCombo 5 Issue: Dropdown arrow disappears when inside WebExander</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-5-Issue-Dropdown-arrow-disappears-when-inside-WebExander/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>WebCombo 5 Issue: Dropdown arrow disappears when inside WebExander</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-5-Issue-Dropdown-arrow-disappears-when-inside-WebExander/</link><pubDate>Sun, 23 Dec 2012 23:07:21 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebCombo</category><category>webexpander</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebCombo 5 Issue: Dropdown arrow disappears when inside WebExander</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-5-Issue-Dropdown-arrow-disappears-when-inside-WebExander/</link><pubDate>Wed, 19 Dec 2012 01:43:07 GMT</pubDate><dc:creator>fahimanwar</dc:creator><category>WebCombo</category><category>webexpander</category><description>&lt;p&gt;Hi Team,&lt;/p&gt;
&lt;p&gt;I am having same issue in a different scnario.&lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;I tried div to show hide the webcombo but same issue there. &lt;/p&gt;
&lt;p&gt;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 &lt;/p&gt;
&lt;p&gt;I hope i have made it understandable&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;please guide me as i already have wasted my 3 hours &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>WebCombo 5 Issue: Dropdown arrow disappears when inside WebExander</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-5-Issue-Dropdown-arrow-disappears-when-inside-WebExander/</link><pubDate>Sun, 18 Mar 2012 21:59:18 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebCombo</category><category>webexpander</category><description>&lt;p&gt;Hello Jan,&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebCombo 5 Issue: Dropdown arrow disappears when inside WebExander</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-5-Issue-Dropdown-arrow-disappears-when-inside-WebExander/</link><pubDate>Fri, 16 Mar 2012 02:56:40 GMT</pubDate><dc:creator>chanjma@gmail.com</dc:creator><category>WebCombo</category><category>webexpander</category><description>&lt;p&gt;Thanks Handy.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Will this fix be implemented permanently on the next release? It would be difficult to do this on every page.&lt;/p&gt;</description></item><item><title>WebCombo 5 Issue: Dropdown arrow disappears when inside WebExander</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-5-Issue-Dropdown-arrow-disappears-when-inside-WebExander/</link><pubDate>Fri, 16 Mar 2012 02:35:18 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebCombo</category><category>webexpander</category><description>&lt;p&gt;Hello Jan,&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;	function WebExpander1_OnExpanded(controlId,itemName)
	{
			var WebExpander1 = ISGetObject(controlId);
			var combo = ISGetObject("WebCombo1");
			combo.DoResize();
			return true;
	}&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebCombo 5 Issue: Dropdown arrow disappears when inside WebExander</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-5-Issue-Dropdown-arrow-disappears-when-inside-WebExander/</link><pubDate>Mon, 12 Mar 2012 05:10:07 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebCombo</category><category>webexpander</category><description>&lt;p&gt;Hello Jan,&lt;/p&gt;&lt;p&gt;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 &lt;a href="http://intersoftpt.com/Build/ApplyHotfix" target="_blank"&gt;link&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebCombo 5 Issue: Dropdown arrow disappears when inside WebExander</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-5-Issue-Dropdown-arrow-disappears-when-inside-WebExander/</link><pubDate>Mon, 12 Mar 2012 04:07:20 GMT</pubDate><dc:creator>chanjma@gmail.com</dc:creator><category>WebCombo</category><category>webexpander</category><description>&lt;p&gt;Thanks for the response. Do you have a guide on how to apply hotfix?&lt;/p&gt;</description></item><item><title>WebCombo 5 Issue: Dropdown arrow disappears when inside WebExander</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-5-Issue-Dropdown-arrow-disappears-when-inside-WebExander/</link><pubDate>Mon, 12 Mar 2012 03:43:19 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebCombo</category><category>webexpander</category><description>&lt;p&gt;&lt;strike&gt;Please follow this&amp;nbsp;&lt;a href="http://intersoftpt.com/Community/WebCombo/WebCombo-column-header-alignment-issue-in-IE9/" target="_blank"&gt;link &lt;/a&gt;for the fix.&lt;/strike&gt;&lt;/p&gt;&lt;p&gt;&lt;strike&gt;Regards,&lt;br /&gt;Handy&lt;/strike&gt;&lt;/p&gt;</description></item><item><title>WebCombo 5 Issue: Dropdown arrow disappears when inside WebExander</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-5-Issue-Dropdown-arrow-disappears-when-inside-WebExander/</link><pubDate>Fri, 02 Mar 2012 01:48:32 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebCombo</category><category>webexpander</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebCombo 5 Issue: Dropdown arrow disappears when inside WebExander</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-5-Issue-Dropdown-arrow-disappears-when-inside-WebExander/</link><pubDate>Thu, 01 Mar 2012 03:34:35 GMT</pubDate><dc:creator>chanjma@gmail.com</dc:creator><category>WebCombo</category><category>webexpander</category><description>&lt;p&gt;Do you have any updates on this?&lt;/p&gt;</description></item><item><title>WebCombo 5 Issue: Dropdown arrow disappears when inside WebExander</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-5-Issue-Dropdown-arrow-disappears-when-inside-WebExander/</link><pubDate>Mon, 27 Feb 2012 02:38:09 GMT</pubDate><dc:creator>chanjma@gmail.com</dc:creator><category>WebCombo</category><category>webexpander</category><description>&lt;p&gt;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.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Let me know if you need anything else.&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>