﻿<?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 - WebGrid Enterprise - Webgrid 8 Not loading Correctly in IE10 Quirks Mode</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-8-Not-loading-Correctly-in-IE10-Quirks-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>Webgrid 8 Not loading Correctly in IE10 Quirks Mode</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-8-Not-loading-Correctly-in-IE10-Quirks-Mode/</link><pubDate>Tue, 05 Mar 2013 03:01:24 GMT</pubDate><dc:creator>Hans</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;Thank you for the sample and the image.&lt;br /&gt;&lt;br /&gt;I also can reproduce your issue on my end.&lt;br /&gt;In order to fix this issue please try to add “meta” tag in your html page.&lt;br /&gt;Here’s the example snippet code how to implement the meta tag.&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;html&amp;gt;&amp;lt;head runat="server"&amp;gt;
    &amp;lt;meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9"&amp;gt;
    &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
    &amp;lt;form id="form1" runat="server" style="height: 100%;"&amp;gt;
    &amp;lt;div id="container"&amp;gt;
        &amp;lt;ISWebGrid:WebGrid ID="WebGrid1" runat="server" Height="90%" UseDefaultStyle="True"
            Width="99%" DisableFileSystemChecking="true" EnableWebResources="Never" DataCacheStorage="PageCache"&amp;gt;
            &amp;lt;LayoutSettings AutoFitColumns="true" VirtualLoadMode="Default" VirtualPageSize="10"
                PagingMode="VirtualLoad" AllowGrouping="Yes"&amp;gt;
            &amp;lt;/LayoutSettings&amp;gt;
        &amp;lt;/ISWebGrid:WebGrid&amp;gt;
    &amp;lt;/div&amp;gt;
    &amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/pre&gt;
&lt;p&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Hans.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Webgrid 8 Not loading Correctly in IE10 Quirks Mode</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-8-Not-loading-Correctly-in-IE10-Quirks-Mode/</link><pubDate>Mon, 04 Mar 2013 06:11:01 GMT</pubDate><dc:creator>Skgrid@intersoftpt.com</dc:creator><description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I have a Page Without a doctype.&lt;/p&gt;
&lt;p&gt;Webgrid was embedded like below.&lt;/p&gt;
&lt;p&gt;When we browse the page in IE10 it is not rendering correctly it is giving 
javascripts errors in Webgrid_core.js like LayoutSettings is undefined or 
null.&lt;/p&gt;
&lt;p&gt;Do we need to handle anything specific to IE10.&lt;/p&gt;
&lt;p&gt;Please find the sample pages which you can used for replication,&lt;/p&gt;
&lt;p&gt; Please advice.&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Madhavan&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&amp;lt;html&amp;gt;
&amp;lt;head runat="server"&amp;gt; 
&amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;    
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
  &amp;lt;form id="form1" runat="server" style="height:100%;"&amp;gt;           
        &amp;lt;div  id="container"&amp;gt;    
            &amp;lt;ISWebGrid:WebGrid ID="WebGrid1" runat="server" Height="90%"  UseDefaultStyle="True"
                    Width="99%" DisableFileSystemChecking="true" EnableWebResources="Never" 
                     DataCacheStorage="PageCache"&amp;gt;
            &amp;lt;LayoutSettings AutoFitColumns="true" VirtualLoadMode="Default" VirtualPageSize="10" PagingMode="VirtualLoad" AllowGrouping="Yes"&amp;gt;&amp;lt;/LayoutSettings&amp;gt;             
            &amp;lt;/ISWebGrid:WebGrid&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p /&gt;</description></item></channel></rss>