﻿<?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 - WebInput - WebInput - error in IE Compatiblity Mode </title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput---error-in-IE-Compatiblity-Mode/</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>WebInput - error in IE Compatiblity Mode </title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput---error-in-IE-Compatiblity-Mode/</link><pubDate>Mon, 25 Jul 2016 21:08:22 GMT</pubDate><dc:creator>phanindra</dc:creator><category>WebInput - error in IE Compatiblity Mode</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I have the same issue and I was following the post, I tried running the code sample that is provided by you in compatibilty mode in IE11. I got the same error mentioned in the initial question, I also attached the error on my end in a image, and got this javascript error when the text in webinput is modified and focus is lost.&lt;/p&gt;&lt;p&gt;Any help with the regard would be great.&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Phanindra.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>WebInput - error in IE Compatiblity Mode </title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput---error-in-IE-Compatiblity-Mode/</link><pubDate>Tue, 19 Jul 2016 03:35:42 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebInput - error in IE Compatiblity Mode</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Try to do the following and let us know the result:&lt;/span&gt;&lt;/p&gt;&lt;ol style="color: #1f497d;"&gt;&lt;li&gt;Add following meta tag in the header of the page.&lt;br&gt;&lt;pre&gt;&amp;lt;meta http-equiv="X-UA-Compatible" content="IE=edge"/&amp;gt;&lt;/pre&gt;&lt;/li&gt;&lt;li&gt;Update WebUI.NET Framework 3.0 to the latest (3.0.5000.975).&lt;/li&gt;&lt;li&gt;Add following style to the page which has WebGrid inside.&lt;br&gt;&lt;pre&gt;&amp;lt;style&amp;gt;    div.WG5-F div table
    {
        width: 100%;
    }

    .WG5-Header
    {
        box-sizing: border-box;
    }
&amp;lt;/style&amp;gt;&lt;/pre&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I created a simple sample based on your scenario (EnableCompatibilityView_Sample.zip in the attachment). Please evaluate the sample on your end and let me know if the problem still persist.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Hope this help.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebInput - error in IE Compatiblity Mode </title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput---error-in-IE-Compatiblity-Mode/</link><pubDate>Fri, 15 Jul 2016 09:22:10 GMT</pubDate><dc:creator>sjain</dc:creator><category>WebInput - error in IE Compatiblity Mode</category><description>&lt;p&gt;Hi,&lt;/p&gt;            &lt;p&gt;We are using WebInput with latest version; however when we try to run our site on IE compatiblity mode then we are getting the following error on the page load itself. We are using IE 11, but sometimes in order to support our clients (who runs the older browers) we have to set their IE to compatiblity mode.&lt;/p&gt;
            &lt;p&gt;Unhandled exception at line 1, column 48 in a=Window.prototype.&lt;/p&gt;
            &lt;p&gt;Please let us know what can we do or any settings required.&lt;/p&gt;
            &lt;p&gt;WebInput design code in aspx page:&lt;/p&gt;
            &lt;pre&gt;&amp;lt;ISWebInput:WebInput RenderingMode="HTML5" ID="WebInputEndDate" runat="server"&amp;gt;
    &amp;lt;HighLight IsEnabled="True" Type="Phrase" /&amp;gt;
    &amp;lt;EditFormat Type="DateTime" Format="MM/dd/yyyy HH:mm" IsEnabled="true"&amp;gt;
        &amp;lt;MaskInfo MaskExpression="00/00/0000 00:00"&amp;gt;
        &amp;lt;/MaskInfo&amp;gt;
        &amp;lt;ErrorWindowInfo IsEnabled="False"&amp;gt;
        &amp;lt;/ErrorWindowInfo&amp;gt;
    &amp;lt;/EditFormat&amp;gt;
    &amp;lt;DisplayFormat&amp;gt;&amp;lt;/DisplayFormat&amp;gt;
    &amp;lt;DateTimeEditor IsEnabled="true"&amp;gt;&amp;lt;/DateTimeEditor&amp;gt;
    &amp;lt;CultureInfo CultureName="en-US"&amp;gt;
    &amp;lt;/CultureInfo&amp;gt;
&amp;lt;/ISWebInput:WebInput&amp;gt;&lt;/pre&gt;
                &lt;p&gt;WebInput Bind to WebGrid in PrepareDataBinding code:&lt;/p&gt;                
                &lt;pre&gt;MyColumn.EditType = EditType.Custom;
MyColumn.DataFormatString = Constants.FormatDateTimeDisplay3;
MyColumn.CustomEditorName = "WebInputNET";
MyColumn.CustomEditorServerId = "WebInputEndDate";
MyColumn.Width = 250;
MyColumn.FilterEditType = FilterEditType.CalendarCombo;&lt;/pre&gt;
                &lt;p&gt;Thanks!&lt;/p&gt;</description></item></channel></rss>