﻿<?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 - RootTable Caption issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/RootTable-Caption-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>RootTable Caption issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/RootTable-Caption-issue/</link><pubDate>Mon, 02 Nov 2015 03:34:57 GMT</pubDate><dc:creator>yudi</dc:creator><category>RootTable Caption</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;From the screenshot, capture.png, I assume that:&lt;/span&gt;&lt;/p&gt;&lt;ul style="color: #1f497d;"&gt;&lt;li&gt;Grid style is customized (not using default style of WebGrid).&lt;/li&gt;&lt;li&gt;Multi-line text is assigned as the Caption of WebGrid's RootTable.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Set the &lt;strong&gt;Height&lt;/strong&gt; property of &lt;strong&gt;HeaderStyle&lt;/strong&gt; to a bigger size should help resolve the layout problem.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;ISWebGrid:WebGrid ID="WebGrid1" runat="server" ...&amp;gt;
    &amp;lt;RootTable DataKeyField="CustomerID" DataMember="Customers" TableHeaderVisible="true"&amp;gt;
        &amp;lt;Columns&amp;gt;
            ...
        &amp;lt;/Columns&amp;gt;
    &amp;lt;/RootTable&amp;gt;
    &amp;lt;LayoutSettings AllowFilter="Yes" AllowDefaultStyleMerging="true"&amp;gt;
        &amp;lt;HeaderStyle Height="60px" /&amp;gt;
    &amp;lt;/LayoutSettings&amp;gt;
&amp;lt;/ISWebGrid:WebGrid&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please let me know whether this helps or not.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>RootTable Caption issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/RootTable-Caption-issue/</link><pubDate>Wed, 28 Oct 2015 06:42:02 GMT</pubDate><dc:creator>rotithov</dc:creator><category>RootTable Caption</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;We are using WebGrid version 9.0.7200.4 with IE11&lt;/p&gt;&lt;p&gt;Root table tile getting mixed with grid data.&lt;/p&gt;&lt;p&gt;Please help.&lt;/p&gt;&lt;p&gt;Screenshot attached for reference.&lt;/p&gt;&lt;p&gt;Thanks in advance&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>