﻿<?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 integrated with WebGrid on IE11</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-integrated-with-WebGrid-on-IE11/</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 integrated with WebGrid on IE11</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-integrated-with-WebGrid-on-IE11/</link><pubDate>Wed, 21 Oct 2015 02:33:12 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebCombo</category><category>ie11</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Glad to know that set ResultBoxWindowType to Normal resolve the reported problem.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebCombo integrated with WebGrid on IE11</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-integrated-with-WebGrid-on-IE11/</link><pubDate>Tue, 20 Oct 2015 17:18:23 GMT</pubDate><dc:creator>dbar@diasfalisis.gr</dc:creator><category>WebCombo</category><category>ie11</category><description>Works ok now. Many thanks!</description></item><item><title>WebCombo integrated with WebGrid on IE11</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-integrated-with-WebGrid-on-IE11/</link><pubDate>Tue, 06 Oct 2015 09:08:06 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebCombo</category><category>ie11</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Sorry for any inconvenience this problem may have caused you. This problem has been forwarded to WebCombo development team. It is filed under ASPNET-187.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Should I heard anything regarding ASPNET-187, I will let you know by updating this thread.&lt;/span&gt;&lt;/p&gt;&lt;br&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Edited on October 19, 2015 3:15 AM&lt;br&gt;Reason: provide solution.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;If you are experiencing this issue when create WebCombo programmatically, set the &lt;strong&gt;ResultBoxWindowType&lt;/strong&gt; of WebCombo's LayoutSettings to &lt;strong&gt;Normal&lt;/strong&gt; should resolve the problem.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I modified Programmatic.aspx sample of WebCombo by adding a line of code in &lt;strong&gt;combo_InitializeLayout&lt;/strong&gt; LayoutEventHandler and find that the reported problem is no longer persist.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;protected void combo_InitializeLayout(object sender, LayoutEventArgs e)
{
    // Setup Behavior
    WebCombo combo = (WebCombo)sender;
    combo.DataTextField = "ContactName";
    combo.DataValueField = "CustomerID";
    combo.LayoutSettings.ResultBoxWindowType = DisplayType.Normal;
}&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please let me know if you have different result.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebCombo integrated with WebGrid on IE11</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-integrated-with-WebGrid-on-IE11/</link><pubDate>Fri, 02 Oct 2015 18:11:34 GMT</pubDate><dc:creator>dbar@diasfalisis.gr</dc:creator><category>WebCombo</category><category>ie11</category><description>&lt;p&gt;Seems to happen when webcombos are created programmatically. I forgot to mention that this is the case in our project.&lt;/p&gt;&lt;p&gt;I get the same behavior when running the corresponding sample from Intersoft (&lt;b&gt;WebCombo/Programmatic.aspx&lt;/b&gt;). All other samples work ok.&lt;/p&gt;</description></item><item><title>WebCombo integrated with WebGrid on IE11</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-integrated-with-WebGrid-on-IE11/</link><pubDate>Thu, 01 Oct 2015 04:22:50 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebCombo</category><category>ie11</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I tried to reproduce the reported problem in my local test by viewing IntegrationwithWebCombo.NET.aspx WebGrid sample file in IE 11 browser but my efforts were not successful - the page was accessed without any issues.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I would need you to elaborate on your specific scenario and possibly provide us with a simple sample that replicates the problem (or sent the modified sample of IntegrationwithWebCombo.NET.aspx that reproduce the problem) and step-by-step guide that we can use to observe the problematic behavior.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebCombo integrated with WebGrid on IE11</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-integrated-with-WebGrid-on-IE11/</link><pubDate>Tue, 29 Sep 2015 15:19:15 GMT</pubDate><dc:creator>dbar@diasfalisis.gr</dc:creator><category>WebCombo</category><category>ie11</category><description>&lt;div&gt;We are using WebCombo in out project integrated with WebGrid&amp;nbsp;&lt;span style="font-size: 10pt;"&gt;(Versions used: WebCombo 6.0.7200, WebGrid 9.0.7200). Everything works fine on Chrome and Firefox. The problem is with IE11. Whenever a webcombo is clicked, we get the JS error:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;"Line: 1&lt;/div&gt;&lt;div&gt;Error: Object doesn't support property or method 'addRule'"&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I've seen another similar thread in here and the solution was to adopt HTML5. Our page specifies HTML5 as its document type and the same is done with the rendering mode of each webcombo but the problem remains.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Any help would be appreciated.&lt;/div&gt;&lt;div&gt;Thanks,&lt;/div&gt;&lt;div&gt;Dimitris&lt;/div&gt;&lt;div&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;</description></item></channel></rss>