﻿<?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 - Height</title><link>http://www.intersoftsolutions.com/Community/Tags/Height/</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>set height of all tab of webdektop from client side</title><link>http://www.intersoftsolutions.com/Community/Tags/Height/</link><pubDate>Fri, 12 Aug 2016 10:07:20 GMT</pubDate><dc:creator>sjain</dc:creator><category>Height</category><category>WebTab</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Can we set the consistent height of webtab at client side.&lt;/p&gt;&lt;p&gt;Issue: when I put webgrid inside webgrid height in percentage does not work?&lt;/p&gt;&lt;p&gt;Can you send me sample to have at least three tab and in all tab webgrid is present inside, and height is in percentage ?&lt;/p&gt;&lt;p&gt;It is getting mismatched with hight issue of webgrid with webtab height.&lt;/p&gt;&lt;p&gt;Please reply ASAP&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;p&gt;Sachin Jain&lt;/p&gt;</description></item><item><title>Window Caption Bar Height</title><link>http://www.intersoftsolutions.com/Community/Tags/Height/</link><pubDate>Fri, 23 Oct 2015 07:48:56 GMT</pubDate><dc:creator>hsevand@tepum.com.tr</dc:creator><category>WebDesktop</category><category>Height</category><category>Style</category><category>window</category><category>Caption Bar</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;How can I change the height of caption bar?&lt;/p&gt;&lt;p&gt;I am using rendering mode html5 and following skin&lt;span style="font-size: 10pt;"&gt;&amp;nbsp;settings:&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;WindowSettings ContentMode="UseIFrame" ControlBox="No" enablefastwindowactivation="True" iframeallowtransparency="False" ignoreiframepadding="True" BorderType="ComplexImages" CommandButtonBorderType="ComplexImages"&amp;gt; &amp;lt;WindowStyle&amp;gt; &amp;lt;Active CssClass="dskWndAct" /&amp;gt;
 &amp;lt;Normal CssClass="dskWndNrml" /&amp;gt;
 &amp;lt;/WindowStyle&amp;gt;
 &amp;lt;CaptionStyle&amp;gt;
 &amp;lt;Active CssClass="dskCptAct" /&amp;gt;
 &amp;lt;Normal CssClass="dskCptNrml" /&amp;gt;
 &amp;lt;/CaptionStyle&amp;gt;
 &amp;lt;CaptionButtonStyle&amp;gt;
 &amp;lt;Active CssClass="dskCptButAct" /&amp;gt;
 &amp;lt;Over CssClass="dskCptButOvr" /&amp;gt;
 &amp;lt;Normal CssClass="dskCptButNrml" /&amp;gt;
 &amp;lt;/CaptionButtonStyle&amp;gt;
 &amp;lt;CommandButtonStyle&amp;gt;
 &amp;lt;Normal CssClass="dskCmdButNrml" /&amp;gt;
 &amp;lt;Over CssClass="dskCmdButOvr" /&amp;gt;
 &amp;lt;Active CssClass="dskCmdButAct" /&amp;gt;
 &amp;lt;/CommandButtonStyle&amp;gt;
 &amp;lt;CommandButtonDisabledStyle CssClass="dskCmdButDis" /&amp;gt;
 &amp;lt;ContainerStyle CssClass="dskContainer" /&amp;gt;
 &amp;lt;/WindowSettings&amp;gt;

&amp;lt;ImagesSettings CaptionRightInactive="o7/right_inactive.gif" CaptionLeftInactive="o7/left_inactive.gif" CloseOver="o7/close_over.gif" ButtonCenterOver="o7/button_center_over.gif" ButtonLeftActive="o7/button_left_active.gif" ButtonRightActive="o7/button_right_active.gif" MaximizeActive="o7/max_active.gif" RestoreOver="o7/restore_over.gif" CaptionRightActive="o7/right_active.gif" CloseActive="o7/close_active.gif" ButtonLeftOver="o7/button_left_over.gif" RestoreActive="o7/restore_active.gif" MaximizeInactive="o7/max_inactive.gif" ButtonRightInactive="o7/button_right_normal.gif" RestoreInactive="o7/restore_inactive.gif" ButtonLeftInactive="o7/button_left_normal.gif" ButtonCenterInactive="o7/button_center_normal.gif" MaximizeOver="o7/max_over.gif" MinimizeInactive="o7/min_inactive.gif" CloseInactive="o7/close_inactive.gif" ButtonCenterActive="o7/button_center_active.gif" CaptionCenterInactive="o7/center_inactive.gif" MaximizeDown="o7/max_down.gif" RestoreDown="o7/restore_down.gif" MinimizeDown="o7/min_down.gif" CaptionCenterActive="o7/center_active.gif" ButtonRightOver="o7/button_right_over.gif" CaptionLeftActive="o7/left_active.gif" MinimizeOver="o7/min_over.gif" CloseDown="o7/close_down.gif" MinimizeActive="o7/min_active.gif" /&amp;gt; &lt;/pre&gt;&lt;p&gt;&amp;nbsp;&lt;span style="font-size: 10pt;"&gt;and my css is as follows:&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;.dskWndAct
{
 border-style: solid;
 border-color: Black;
 border-top-width: 0px;
 border-left-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 height: 100%;
 background-color: White;
}

.dskWndNrml
{
 border-style: solid;
 border-top-width: 0px;
 border-left-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-color: Black;
 font-size: 9pt;
 font-family: Segoe UI,Tahoma;
 background-color: White;
 overflow: auto;
 border-width: 1px;
 height: 100%;
}

.dskCptAct
{
 color: #15428B;
 font-family: Segoe UI,Tahoma;
 font-weight: bold;
 font-size: 9pt;
 padding-top: 3px;
}
.dskCptNrml
{
 color: Gray;
 font-size: 10pt;
 font-family: Segoe UI,Tahoma;
 cursor: default;
 padding-top: 3px;
 padding-left: 2px;
 padding-bottom: 2px;
 padding-right: 2px;
}
.dskCptButAct
{
 border-top-color: Gray;
 border-left-color: Gray;
}
.dskCptButOvr
{
 border-bottom-color: Gray;
 border-right-color: Gray;
}
.dskCptButNrml
{
 overflow: hidden;
 position: relative;
}&lt;/pre&gt;&lt;p&gt;&amp;nbsp;With these settings my caption buttons (minimize, maximize and close buttons) seems weird as you see in the attached image. If I change the style as follows and change the height of the div that contains centre_active.gif as a background from ie developer tools than it seems good.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;pre&gt;.dskWndAct
{
 border-style: solid;
 border-color: Black;
 border-top-width: 0px;
 border-left-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 height: 100%;
 background-color: White;
 &lt;span style="background-color: rgb(255, 255, 0);"&gt;top: 4px !important;&lt;/span&gt;
}

.dskWndNrml
{
 border-style: solid;
 border-top-width: 0px;
 border-left-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-color: Black;
 font-size: 9pt;
 font-family: Segoe UI,Tahoma;
 background-color: White;
 overflow: auto;
 border-width: 1px;
 height: 100%;
 &lt;span style="background-color: rgb(255, 255, 0);"&gt;top: 4px !important;&lt;/span&gt;
}

.dskCptAct
{
 color: #15428B;
 font-family: Segoe UI,Tahoma;
 font-weight: bold;
 font-size: 9pt;
 padding-top: 3px;
 &lt;span style="background-color: rgb(255, 255, 0);"&gt;height: 28px !important;&lt;/span&gt;
}
.dskCptNrml
{
 color: Gray;
 font-size: 10pt;
 font-family: Segoe UI,Tahoma;
 cursor: default;
 padding-top: 3px;
 padding-left: 2px;
 padding-bottom: 2px;
 padding-right: 2px;
 &lt;span style="background-color: rgb(255, 255, 0);"&gt;height: 28px !important;&lt;/span&gt;
}
.dskCptButAct
{
 border-top-color: Gray;
 border-left-color: Gray;
}
.dskCptButOvr
{
 border-bottom-color: Gray;
 border-right-color: Gray;
}
.dskCptButNrml
{
 overflow: hidden;
 position: relative;
 &lt;span style="background-color: rgb(255, 255, 0);"&gt;top: 4px;&lt;/span&gt;
}

--------------------

&amp;lt;div nowrap="" style='left: 7px; top: 0px; &lt;span style="background-color: rgb(255, 255, 0);"&gt;height: 29px;&lt;/span&gt;right: 7px; bottom: 0px; position: absolute; background-image: url("/Rhapsody.Web.UI.Presenter/ISRes.axd?D/o7.center_active.gif"); background-repeat: repeat-x;'&amp;gt;&lt;/pre&gt;&lt;p&gt;How can I change the height of caption bar to solve my problem? Or can you suggest any other solution then changing height to solve weird view of caption bar buttons.&lt;/p&gt;</description></item><item><title>Grid Height Not Covering the Page </title><link>http://www.intersoftsolutions.com/Community/Tags/Height/</link><pubDate>Sun, 02 Mar 2014 01:57:32 GMT</pubDate><dc:creator>devashish</dc:creator><category>WebGrid</category><category>Height</category><description>&lt;p class="MsoNormal" style="margin: 7.5pt 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: cambria, serif;"&gt;Hi,&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: 'lucida sans unicode', sans-serif;"&gt;&lt;o:p /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 7.5pt 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: cambria, serif;"&gt;I am
facing problem with grid height not covering the page i.e. I am not able to get
the footer at the bottom of the page.&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: 'lucida sans unicode', sans-serif;"&gt;&lt;o:p /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 7.5pt 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: cambria, serif;"&gt;If I
give the Parent div height as 100% the grid takes the height of the parent and
neglect the header then it exceeds the page where footer becomes hidden.&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: 'lucida sans unicode', sans-serif;"&gt;&lt;o:p /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 7.5pt 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: cambria, serif;"&gt;If I
don’t give any height to parent the footer sticks with last row in the table.&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: 'lucida sans unicode', sans-serif;"&gt;&lt;o:p /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 7.5pt 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: cambria, serif;"&gt;AutoHeight
attribute of the WebGrid does not seems to work.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 7.5pt 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: cambria, serif;"&gt;I am using doctype HTML5 in IE 10 and IE 11.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 7.5pt 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: cambria, serif;"&gt;Regards,&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: 'lucida sans unicode', sans-serif;"&gt;&lt;o:p /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;











&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 7.5pt 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: cambria, serif;"&gt;Dev&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: 'lucida sans unicode', sans-serif;"&gt;&lt;o:p /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 7.5pt 0in 0.0001pt;"&gt;&lt;b&gt;&lt;span style="font-size: 12.5pt; font-family: consolas;"&gt;With Parent DIV having height equal to 100% &lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 10pt; font-family: 'lucida sans unicode', sans-serif;"&gt;&lt;o:p /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 7.5pt 0in 0.0001pt;"&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: maroon; background-color: white;"&gt;div&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; background-color: white;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: red; background-color: white;"&gt;id&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;="test"&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; background-color: white;"&gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: red; background-color: yellow;"&gt;style&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: yellow;"&gt;="&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: red; background-color: yellow;"&gt;height&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: yellow;"&gt;: 100%"&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: 'lucida sans unicode', sans-serif;"&gt;&lt;o:p /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 7.5pt 0in 0.0001pt;"&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: maroon; background-color: white;"&gt;ISWebGrid&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;:&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: maroon; background-color: white;"&gt;WebGrid&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; background-color: white;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: red; background-color: white;"&gt;ID&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;="AvailableGrid"&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; background-color: white;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: red; background-color: white;"&gt;runat&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;="server"&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; background-color: white;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: red; background-color: white;"&gt;RenderingMode&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;="HTML5"&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; background-color: white;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 7.5pt 0in 0.0001pt;"&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: red; background-color: white;"&gt;DefaultStyleMode&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;="Elegant"&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; background-color: white;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: red; background-color: white;"&gt;Height&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;="100%"&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; background-color: white;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: red; background-color: white;"&gt;UseDefaultStyle&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;="True"&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; background-color: white;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: red; background-color: white;"&gt;Width&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;="100%"&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; background-color: white;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 7.5pt 0in 0.0001pt;"&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: red; background-color: white;"&gt;DataSourceID&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;="AccessDataSource1"&amp;gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: 'lucida sans unicode', sans-serif;"&gt;&lt;o:p /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 7.5pt 0in 0.0001pt;"&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size: 12.5pt; font-family: consolas;"&gt;Without Parent DIV having height equal to 100%&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 10pt; font-family: 'lucida sans unicode', sans-serif;"&gt;&lt;o:p /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 7.5pt 0in 0.0001pt;"&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: maroon; background-color: white;"&gt;div&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; background-color: white;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: red; background-color: white;"&gt;id&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;="test"&amp;gt;&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; background-color: white;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: maroon; background-color: white;"&gt;ISWebGrid&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;:&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: maroon; background-color: white;"&gt;WebGrid&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; background-color: white;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: red; background-color: white;"&gt;ID&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;="AvailableGrid"&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; background-color: white;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: red; background-color: white;"&gt;runat&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;="server"&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; background-color: white;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: red; background-color: white;"&gt;RenderingMode&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;="HTML5"&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; background-color: white;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 7.5pt 0in 0.0001pt;"&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: red; background-color: white;"&gt;DefaultStyleMode&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;="Elegant"&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; background-color: white;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: red; background-color: white;"&gt;Height&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;="100%"&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; background-color: white;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: red; background-color: white;"&gt;UseDefaultStyle&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;="True"&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; background-color: white;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: red; background-color: white;"&gt;Width&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;="100%"&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; background-color: white;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 7.5pt 0in 0.0001pt;"&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: red; background-color: white;"&gt;DataSourceID&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: consolas; color: blue; background-color: white;"&gt;="AccessDataSource1"&amp;gt;&lt;/span&gt;&lt;b style="font-size: 10pt;"&gt;&lt;span style="font-size: 12.5pt; font-family: consolas;"&gt; &lt;/span&gt;&lt;/b&gt;&lt;/p&gt;</description></item><item><title>WG6 Chart height problem</title><link>http://www.intersoftsolutions.com/Community/Tags/Height/</link><pubDate>Mon, 31 Aug 2009 11:20:34 GMT</pubDate><dc:creator>desarrollo@pranasys.com</dc:creator><category>WebGrid 6</category><category>Doctype</category><category>Chart</category><category>Height</category><description>&lt;p&gt;I'm getting a problem with the pivot chart in the last version, the image keeps at a minimum heigh, i'm attaching a video capture as an example.  &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span face="Helvetica, Arial, sans-serif"&gt;I´m using the last version
released, WebGrid build 215, Framework build 702.&lt;br /&gt;&lt;br /&gt;
I´m using this doctype:&lt;br /&gt;&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
&lt;a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" class="moz-txt-link-rfc2396E"&gt;"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&lt;/a&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;
With the doctype (&lt;/span&gt;&lt;span style="font-size: 10pt; color: blue; font-family: 'courier new';"&gt;&amp;lt;!&lt;/span&gt;&lt;span style="font-size: 10pt; color: rgb(163, 21, 21); font-family: 'courier new';"&gt;DOCTYPE&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: 'courier new';"&gt;&lt;span color="#000000"&gt; &lt;/span&gt;&lt;span style="color: red;"&gt;HTML&lt;/span&gt;&lt;span color="#000000"&gt; &lt;/span&gt;&lt;span style="color: red;"&gt;PUBLIC&lt;/span&gt;&lt;span color="#000000"&gt; &lt;/span&gt;&lt;span style="color: blue;"&gt;"-//W3C//DTD HTML
4.0 Transitional//EN"&lt;/span&gt;&lt;span color="#000000"&gt; &lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span face="Helvetica, Arial, sans-serif"&gt;), the chart work, but my site broke in
different places. So, i cannot change it.&lt;br /&gt;&lt;br /&gt;
I understand that you are about to release a new hotfix in the early
days of september, do you think the issue will be fixed in the next
release?&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>