﻿<?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 not working with XHTML Doc type</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-7-not-working-with-XHTML-Doc-type/</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 not working with XHTML Doc type</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-7-not-working-with-XHTML-Doc-type/</link><pubDate>Mon, 02 May 2011 02:20:15 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I created a simple sample of WebGrid based on the snippet code of WebGrid in your previous post; deploy the page in webserver (IIS 7.0); and view the page in IE 6 browser. Everything works fine on my local test.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;The simple sample page and the screenshot of it are enclosed as attachment. Please have the attached sample tested on your end and let us know if you have different result.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Webgrid 7 not working with XHTML Doc type</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-7-not-working-with-XHTML-Doc-type/</link><pubDate>Fri, 29 Apr 2011 03:29:41 GMT</pubDate><dc:creator>udit_khimesra</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Here is the code we are using. We are using dynamic grid binding.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&amp;lt;ISWebGrid:WebGrid ID="dgrdProspectusSetup" runat="server" UseDefaultStyle="True"&lt;br /&gt;DefaultStyleMode="Elegant" Width="773px"&lt;br /&gt;OnPrepareDataBinding="Grid_PrepareDataBinding"&amp;gt;&lt;br /&gt;&amp;lt;RootTable DataKeyField="ID"&amp;gt;&lt;br /&gt;&amp;lt;Columns&amp;gt;&lt;br /&gt;    &amp;lt;ISWebGrid:WebGridColumn Caption="First Name" DataMember="FIRSTNAME" Name="FIRSTNAME"&lt;br /&gt; ShowInSelectColumns="No" HiddenDataMember="SAVED"&amp;gt;&lt;br /&gt;    &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;br /&gt;    &amp;lt;ISWebGrid:WebGridColumn Caption="Last Name" DataMember="LASTNAME" Name="LASTNAME"&lt;br /&gt; ShowInSelectColumns="No"&amp;gt;&lt;br /&gt;    &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;br /&gt;    &amp;lt;ISWebGrid:WebGridColumn Caption="Street Address" DataMember="STREETADDR" Name="STREETADDRESS"&lt;br /&gt; ShowInSelectColumns="No"&amp;gt;&lt;br /&gt;    &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;br /&gt;    &amp;lt;ISWebGrid:WebGridColumn Caption="Suite/Floor" DataMember="SUITE_FLOOR" Name="SUITE_FLOOR"&lt;br /&gt; ShowInSelectColumns="No"&amp;gt;&lt;br /&gt;    &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;br /&gt;    &amp;lt;ISWebGrid:WebGridColumn Caption="City" DataMember="CITY" Name="CITY" ShowInSelectColumns="No"&amp;gt;&lt;br /&gt;    &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;br /&gt;    &amp;lt;ISWebGrid:WebGridColumn Caption="State" DataMember="STATE" Name="STATE" ShowInSelectColumns="No"&amp;gt;&lt;br /&gt;    &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;br /&gt;    &amp;lt;ISWebGrid:WebGridColumn Caption="ZipCode" DataMember="ZIPCODE" Name="ZIPCODE" ShowInSelectColumns="No" &amp;gt;&lt;br /&gt;    &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;br /&gt;    &amp;lt;ISWebGrid:WebGridColumn Caption="Accts" Name="ACCTS" ShowInSelectColumns="No"&lt;br /&gt; ColumnType="Template" HiddenDataMember="ACCOUNTS"&amp;gt;&lt;br /&gt; &amp;lt;CellTemplate&amp;gt;&lt;br /&gt;     &amp;lt;asp:ImageButton ID="ImgSearchAccts" runat="server" ImageUrl="~/images/search16.gif"&lt;br /&gt;  BorderColor="lightgray" BorderWidth="2" BorderStyle="outset" ToolTip="Client Accounts"&lt;br /&gt;  Width="21px" ImageAlign="Top" OnClientClick="AccountDetails(false,true);return false;" /&amp;gt;                                                                                                                                                                                                                                        &lt;br /&gt; &amp;lt;/CellTemplate&amp;gt;&lt;br /&gt;    &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;                                                                    &lt;br /&gt;    &amp;lt;ISWebGrid:WebGridColumn Caption="Save" DataMember="SAVED" Name="SAVED" ShowInSelectColumns="No" visible="false"&amp;gt;&lt;br /&gt;    &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;br /&gt;    &amp;lt;ISWebGrid:WebGridColumn Caption="AccountInfo" DataMember="ACCOUNTS" Name="ACCOUNTS" ShowInSelectColumns="No" Visible="false"&amp;gt;&lt;br /&gt;    &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;br /&gt;&amp;lt;/Columns&amp;gt;&lt;br /&gt;&amp;lt;/RootTable&amp;gt;&lt;br /&gt;&amp;lt;LayoutSettings AllowFilter="No" AutoFitColumns="True" PagingMode="ClassicPaging"&lt;br /&gt;AllowSorting="Yes" PagingSize="10" AlwaysShowHelpButton="False" ShowRefreshButton="False"&lt;br /&gt;AllowExport="No"&amp;gt;&lt;br /&gt;&amp;lt;ClientSideEvents OnCellDblClick="WebGrid_OnCellDblClick" OnKeyDown="OnEnterKeyDown"&lt;br /&gt;    OnRowContextMenu="WebGrid_RowContextMenuProspectus" OnExitEditMode="WebGrid_OnExitEditMode" /&amp;gt;&lt;br /&gt;&amp;lt;/LayoutSettings&amp;gt;&lt;br /&gt;&amp;lt;/ISWebGrid:WebGrid&amp;gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>Webgrid 7 not working with XHTML Doc type</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-7-not-working-with-XHTML-Doc-type/</link><pubDate>Thu, 28 Apr 2011 23:22:03 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I tried to reproduce the problem in my local test by creating a simple unbound WebGrid page with XHTML DocType and view the page in IE 6 (6.0.3790.3959), but my efforts were not successful – everything worked smoothly and the page was rendered without any issues.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I’m willing to advise you further but in order to do so I would need you to elaborate on your specific scenario and possibly give us a running simple sample and step-by-step guide that we can use to observe the problematic behavior.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Webgrid 7 not working with XHTML Doc type</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-7-not-working-with-XHTML-Doc-type/</link><pubDate>Thu, 28 Apr 2011 08:45:40 GMT</pubDate><dc:creator>udit_khimesra</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am using webgrid 7 with XHTML Doctype which is causing issues in IE6.&lt;/p&gt;
&lt;p&gt;It gives fatal error and then closes IE abruptly.&lt;/p&gt;
&lt;p&gt;Can you please help me in this regards ASAP. &lt;/p&gt;</description></item></channel></rss>