﻿<?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 7.0 - Header Column Alignment issue!</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-70---Header-Column-Alignment-issue/</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 7.0 - Header Column Alignment issue!</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-70---Header-Column-Alignment-issue/</link><pubDate>Mon, 28 Jan 2013 20:51:53 GMT</pubDate><dc:creator>bernard</dc:creator><category>Header</category><category>webgrid header alignment</category><category>misaligned</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Glad that you have found the problem. Actually WebGrid in version 7, only can be rendered properly using XHTML and HTML4 doctype. This is why if you're using compatibility mode, some rendering won't be rendered like we expected. This problem might be happen because some configuration in your website force your website to show in compatibility view.&lt;/p&gt;
&lt;p&gt;It's better if you used WebGrid 8, so you can put the RenderingMode to XHTML, HTML4, or HTML5 regarding your requirement. Our WebGrid 8 support all of three doctypes. If you have any further question, don't hesitate to ask us.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Bernard&lt;/p&gt;</description></item><item><title>Webgrid 7.0 - Header Column Alignment issue!</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-70---Header-Column-Alignment-issue/</link><pubDate>Mon, 28 Jan 2013 07:46:49 GMT</pubDate><dc:creator>clintonb@mmi.ae</dc:creator><category>Header</category><category>webgrid header alignment</category><category>misaligned</category><description>&lt;p&gt;Thanks Bernard !!&lt;/p&gt;&lt;p&gt;I have found the solution for this issue. It is basically due to IE8 rendering mode. &lt;/p&gt;
&lt;p&gt;when the application is hosted in IIS server, the page is rendered in IE8 Compatibility mode. I just forced the page to render in IE8 standard mode to fix the grid header issue.&lt;/p&gt;
&lt;p&gt;I tried by adding a meta tag to render the page in IE* standard mode&lt;/p&gt;
&lt;p /&gt;&lt;pre style="font-family: consolas; font-size: 13px; background-color: white;"&gt;&amp;nbsp;&lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: maroon;"&gt;meta&lt;/span&gt;&amp;nbsp;&lt;span style="color: red;"&gt;http-equiv&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: blue;"&gt;"X-UA-Compatible"&lt;/span&gt;&amp;nbsp;&lt;span style="color: red;"&gt;content&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;&lt;span style="color: blue;"&gt;"IE=EmulateIE8"&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p style="margin: 0px 0px 1em; padding: 0px; border: 0px; font-size: 14px; vertical-align: baseline; background-color: rgb(255, 255, 255); clear: both; word-wrap: break-word; font-family: arial, 'liberation sans', 'dejavu sans', sans-serif; line-height: 18px;"&gt;The HTML meta tag is ignored if you have the doctype set to xhtml transitional. The solution is to add an HTTP header in code. &lt;/p&gt;
&lt;p style="margin: 0px 0px 1em; padding: 0px; border: 0px; font-size: 14px; vertical-align: baseline; background-color: rgb(255, 255, 255); clear: both; word-wrap: break-word; font-family: arial, 'liberation sans', 'dejavu sans', sans-serif; line-height: 18px;"&gt;This worked for us. Now our intranet site is forcing IE8 to render the app in standards mode.&lt;/p&gt;
&lt;p style="margin: 0px 0px 1em; padding: 0px; border: 0px; font-size: 14px; vertical-align: baseline; background-color: rgb(255, 255, 255); clear: both; word-wrap: break-word; font-family: arial, 'liberation sans', 'dejavu sans', sans-serif; line-height: 18px;"&gt;Added to PageInit of the base page class&lt;/p&gt;
&lt;p style="margin: 0px 0px 1em; padding: 0px; border: 0px; font-size: 14px; vertical-align: baseline; background-color: rgb(255, 255, 255); clear: both; word-wrap: break-word; font-family: arial, 'liberation sans', 'dejavu sans', sans-serif; line-height: 18px;"&gt;Response.AddHeader("X-UA-Compatible", "IE=EmulateIE8");&lt;/p&gt;
&lt;p style="margin: 0px 0px 1em; padding: 0px; border: 0px; font-size: 14px; vertical-align: baseline; background-color: rgb(255, 255, 255); clear: both; word-wrap: break-word; font-family: arial, 'liberation sans', 'dejavu sans', sans-serif; line-height: 18px;"&gt;Thanks&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>Webgrid 7.0 - Header Column Alignment issue!</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-70---Header-Column-Alignment-issue/</link><pubDate>Sun, 27 Jan 2013 23:53:01 GMT</pubDate><dc:creator>bernard</dc:creator><category>Header</category><category>webgrid header alignment</category><category>misaligned</category><description>Hi Clinton,&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;I tried to replicate your issue in our local end. But unfortunately, I couldn't replicate your issue in our local end. Could you let me know any configuration or style that you used inside WebGrid and tell me the step to replicate this issue in our local end? If possible, is there any simple sample that can replicate this issue in our local end? When you deploy your website, please ensure if ISNet.dll, ISNet.WebUI.dll, and ISNet.WebUI.Resources.dll has been added to your project's bin folder. Look forward to hear any feedback from you so I can help you further.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Regards,&lt;br /&gt;Bernard&lt;/div&gt;</description></item><item><title>Webgrid 7.0 - Header Column Alignment issue!</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-70---Header-Column-Alignment-issue/</link><pubDate>Sun, 27 Jan 2013 02:40:40 GMT</pubDate><dc:creator>clintonb@mmi.ae</dc:creator><category>Header</category><category>webgrid header alignment</category><category>misaligned</category><description>&lt;p&gt;I have a Hierarchial Webgrid, which works fine with my visual studio development server. But the same project when hosted to an IIS in my intranet environment, the header colum is not aligned properly and it behaves abnormally.&lt;/p&gt;
&lt;p&gt;I am using the same doctype for both and not changed any code. &lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;My Specs:&lt;/span&gt;&lt;/p&gt;
&lt;p /&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style="font-size: 10pt;"&gt;Intersoft Webgrid V7.0.7200.533&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 10pt;"&gt;Internet Explorer 8&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 10pt;"&gt;IIS 5.1&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 10pt;"&gt;.Net Framework 4&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;div&gt;I Have attached the working screenshot and error one,.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;Please advise on this whether i need to add some handlers or any specific deployment techniques ?&lt;/div&gt;
&lt;p /&gt;</description></item></channel></rss>