﻿<?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 - Problem of Webgrid7 in Sharepoint webpart</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Problem-of-Webgrid7-in-Sharepoint-webpart/</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>Problem of Webgrid7 in Sharepoint webpart</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Problem-of-Webgrid7-in-Sharepoint-webpart/</link><pubDate>Fri, 10 Dec 2010 04:54:43 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello Madhavan,&lt;/p&gt;
&lt;p&gt;I am afraid this could not be done. The issue is not came from WebGrid but it is came from XHTML validation issue itself. I think it is safe for you to change into the normal xhtml doctype. Only XHTML validation (new XHTML doctype SP2010) that raise some issues.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Problem of Webgrid7 in Sharepoint webpart</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Problem-of-Webgrid7-in-Sharepoint-webpart/</link><pubDate>Thu, 09 Dec 2010 01:37:42 GMT</pubDate><dc:creator>Skgrid@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi Handy,&lt;/p&gt;
&lt;p&gt;Sorry for the late response.&lt;/p&gt;
&lt;p&gt;Have you discussed this issue with your dev team.&lt;/p&gt;
&lt;p&gt;Because we cannot change the Doctype in master pages of sharepoint.&lt;/p&gt;
&lt;p&gt;As ours is a product which is used by many customers.Customers will not be ready to change the doctype only because of webgrid is not loading correctly.&lt;/p&gt;
&lt;p&gt;Please advice.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Madhavan &lt;/p&gt;</description></item><item><title>Problem of Webgrid7 in Sharepoint webpart</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Problem-of-Webgrid7-in-Sharepoint-webpart/</link><pubDate>Mon, 20 Sep 2010 00:16:18 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello Madhavan,&lt;/p&gt;&lt;p&gt;Ok, I would discuss this issue with our developer teams.&lt;br /&gt;However, I suggest you to use XHTML standard doctype and attribute for the best result.&lt;br /&gt;If you use a tool such as &lt;i&gt;&lt;b&gt;xhtml w3c&lt;/b&gt;&lt;/i&gt; for xhtml validation, the page will fail.&lt;/p&gt;
&lt;p&gt;You can also refer to the post in link below, to see that there is XHTML validation issue in SP2010.&lt;br /&gt;Please let me know your response.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.siolon.com/blog/sharepoint-2010-and-xhtml-validation/"&gt;http://www.siolon.com/blog/sharepoint-2010-and-xhtml-validation/&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.sharepoint4arabs.com/mohamedyehia/Lists/Posts/Post.aspx?ID=25"&gt;http://www.sharepoint4arabs.com/mohamedyehia/Lists/Posts/Post.aspx?ID=25&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Problem of Webgrid7 in Sharepoint webpart</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Problem-of-Webgrid7-in-Sharepoint-webpart/</link><pubDate>Fri, 17 Sep 2010 08:31:04 GMT</pubDate><dc:creator>Skgrid@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello handy,&lt;/p&gt;
&lt;p&gt;It is not possible for us to change the XMlns tag in the sharepoint 2010 web part.Most of the Pages are dynamically rendering in Sp2010 and also our clients will not accept.&lt;/p&gt;
&lt;p&gt;If it is a normal aspx page then we can change.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Please advice.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;
&lt;p&gt;Madhavan&lt;/p&gt;</description></item><item><title>Problem of Webgrid7 in Sharepoint webpart</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Problem-of-Webgrid7-in-Sharepoint-webpart/</link><pubDate>Fri, 17 Sep 2010 06:13:46 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello Madhavan,&lt;/p&gt;&lt;p&gt;For height issue, I believe, you can see the thread in this &lt;a href="http://www.intersoftpt.com/Community/WebGrid/Sharepoint-2010/" target="_blank"&gt;link&lt;/a&gt;.&lt;br /&gt;I tested your sample. It can be also replicated without Sharepoint. The issue is under your xhtml attribute type.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;xmlns:o="urn:schemas-microsoft-com:office:office"&lt;/pre&gt;
&lt;p&gt; Please change it into&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;xmlns="http://www.w3.org/1999/xhtml"&lt;/pre&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;p /&gt;</description></item><item><title>Problem of Webgrid7 in Sharepoint webpart</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Problem-of-Webgrid7-in-Sharepoint-webpart/</link><pubDate>Thu, 16 Sep 2010 05:42:14 GMT</pubDate><dc:creator>Skgrid@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello Handy,&lt;/p&gt;
&lt;p&gt;Still the issue is there with the attached patch dll also.&lt;/p&gt;
&lt;p&gt;Please find enclosed the sample file which is replicating the issue,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;The Doctype used within the sharepoint context websites is&lt;/p&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;
&amp;lt;!&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;DOCTYPE&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &lt;/span&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;html&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &lt;/span&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;PUBLIC&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;"-//W3C//DTD XHTML 1.0 Strict//EN"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&amp;gt;

&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;html&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;xmlns&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;o&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;="urn:schemas-microsoft-com:office:office"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &lt;/span&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;lang&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;="en-us"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &lt;/span&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;dir&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;="ltr"&amp;gt;
&lt;/span&gt;&lt;/span&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;And also one more problem is webgrid height is not taking in percentage even though if we set the container width and height also.&lt;/p&gt;
&lt;p&gt;Please advice on these.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Madhavan&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>Problem of Webgrid7 in Sharepoint webpart</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Problem-of-Webgrid7-in-Sharepoint-webpart/</link><pubDate>Wed, 15 Sep 2010 23:29:45 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p /&gt;&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;Hello Madhavan,&lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;It is true that we have this layout issue. But is has been fixed. Please try to apply the attached hotfixes.&lt;br /&gt;&lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;If the issue still persists, would you mind to send me a simple sample that replicates this issue?&lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>Problem of Webgrid7 in Sharepoint webpart</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Problem-of-Webgrid7-in-Sharepoint-webpart/</link><pubDate>Wed, 15 Sep 2010 17:01:38 GMT</pubDate><dc:creator>Skgrid@intersoftpt.com</dc:creator><description>&lt;p&gt;Any updates on this please,.&lt;/p&gt;</description></item><item><title>Problem of Webgrid7 in Sharepoint webpart</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Problem-of-Webgrid7-in-Sharepoint-webpart/</link><pubDate>Tue, 14 Sep 2010 12:00:00 GMT</pubDate><dc:creator>Skgrid@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Please find the screenshot of webgrid which is having the UI issue in Sharepoint 2010 webpart.&lt;/p&gt;
&lt;p&gt;Column headers is not maching with Rows values&lt;/p&gt;
&lt;p&gt;Please advice and suggest the solution.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Webgrid version is 7.0.7200.403.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Madhavan&lt;/p&gt;</description></item></channel></rss>