﻿<?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 Header and Filter Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Header-and-Filter-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 Header and Filter Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Header-and-Filter-Issue/</link><pubDate>Wed, 09 Dec 2009 22:18:20 GMT</pubDate><dc:creator>julia</dc:creator><category>WebGrid Header and Filter Issue</category><description>&lt;p&gt;Hi Jocelyn,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;After I checked, property &lt;span style="font-family: 'courier new'; color: red; font-size: 10pt; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;HeaderWrapDefault &lt;/span&gt;existed at our next hotfix. Right now, I am using the nightly build that I used for testing. I'm sorry for the inconvenience. I will inform you when the hotfix is ready.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Julia&lt;/p&gt;</description></item><item><title>WebGrid Header and Filter Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Header-and-Filter-Issue/</link><pubDate>Wed, 09 Dec 2009 17:14:26 GMT</pubDate><dc:creator>jcrendulic</dc:creator><category>WebGrid Header and Filter Issue</category><description>&lt;p&gt;&lt;span style="font-size: 10pt"&gt;I actually have Webgird 7 installed.&amp;nbsp; Not sure why I wouldn't have the property.&amp;nbsp; The version is &lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:left"&gt;&lt;span style="font-size: 10pt"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt"&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="font-size: 10pt"&gt;&lt;p&gt;WebGrid 7.0.7200.306.&amp;nbsp; Have any ideas why I would not see this property &lt;span style="font-size: 10pt; color: red; font-family: 'courier new'; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;HeaderWrapDefault&lt;/span&gt;&lt;span style="font-size: 10pt; color: blue; font-family: 'courier new'; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;="True"&lt;/span&gt;?&lt;/p&gt;&lt;/span&gt;</description></item><item><title>WebGrid Header and Filter Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Header-and-Filter-Issue/</link><pubDate>Wed, 09 Dec 2009 02:56:25 GMT</pubDate><dc:creator>julia</dc:creator><category>WebGrid Header and Filter Issue</category><description>&lt;p&gt;Hi Jocelyn,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;The property only exist in WebGrid 7. Do you use another version of WebGrid? If yes, you can follow the following description:&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;The properties that need to use is CustomRules. You can find it in WebGrid's Properties&amp;gt;LayoutSettings. However, using CustomRules will make WebGrid's style disappear. Therefore, you can use CssClass to keep persist the style.&lt;/p&gt;
&lt;p&gt;Here are the properties that has to be set:&lt;/p&gt;
&lt;p&gt;- &lt;strong&gt;RowHeightDefault&lt;/strong&gt; = &lt;strong&gt;-1px&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;- &lt;strong&gt;HeaderStyle&amp;gt;CssClass&lt;/strong&gt; = &lt;strong&gt;WG5-Header&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;- &lt;strong&gt;HeaderStyle&amp;gt;CustomRules&lt;/strong&gt; = &lt;strong&gt;heigh: auto&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Below is the WebGrid's tag sample:&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 12pt; background: gainsboro; mso-margin-top-alt: auto"&gt;&lt;span style="font-family: 'times new roman','serif'; font-size: 12pt"&gt;&amp;lt;ISWebGrid:WebGrid ID="WebGrid1" runat="server" Height="250px" UseDefaultStyle="True" Width="500px"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;RootTable DataKeyField="CustomerID"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/RootTable&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;LayoutSettings &lt;b&gt;RowHeightDefault&lt;/b&gt;="-1px"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;HeaderStyle &lt;b&gt;CssClass&lt;/b&gt;="WG5-Header" &lt;b&gt;CustomRules&lt;/b&gt;="height: auto" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/LayoutSettings&amp;gt;&lt;br /&gt;&amp;lt;/ISWebGrid:WebGrid&amp;gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Hope this help. Let me know if you need another help.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Julia&lt;/p&gt;</description></item><item><title>WebGrid Header and Filter Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Header-and-Filter-Issue/</link><pubDate>Tue, 08 Dec 2009 10:19:57 GMT</pubDate><dc:creator>jcrendulic</dc:creator><category>WebGrid Header and Filter Issue</category><description>&lt;p&gt;I get an error when I add this property &lt;span style="font-size: 10pt; color: red; font-family: 'courier new'; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;HeaderWrapDefault&lt;/span&gt;&lt;span style="font-size: 10pt; color: blue; font-family: 'courier new'; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;="True"&lt;/span&gt;&lt;span style="font-size: 11pt; font-family: 'calibri','sans-serif'; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt; .&amp;nbsp; The error is this is not a valid Attribute in the LayoutSettings.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebGrid Header and Filter Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Header-and-Filter-Issue/</link><pubDate>Tue, 08 Dec 2009 02:12:39 GMT</pubDate><dc:creator>julia</dc:creator><category>WebGrid Header and Filter Issue</category><description>&lt;p&gt;Hi Jocelyn,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Here I attached my simple sample on how to make the header wrap. Basically you only need to set &lt;span style="font-family: 'calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;set &lt;/span&gt;&lt;span style="font-family: 'courier new'; color: red; font-size: 10pt; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;HeaderWrapDefault&lt;/span&gt;&lt;span style="font-family: 'courier new'; color: blue; font-size: 10pt; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;="True"&lt;/span&gt;&lt;span style="font-family: 'calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt; &lt;/span&gt;property. Hope this helps.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Julia&lt;/p&gt;</description></item><item><title>WebGrid Header and Filter Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Header-and-Filter-Issue/</link><pubDate>Mon, 07 Dec 2009 15:21:08 GMT</pubDate><dc:creator>jcrendulic</dc:creator><category>WebGrid Header and Filter Issue</category><description>&lt;p&gt;I have an issue with the header and filter not sizing correctly when I use:&lt;/p&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;
&amp;lt;!&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #a31515"&gt;&lt;span style="font-size: 13px; color: #a31515"&gt;DOCTYPE&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &lt;/span&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;HTML&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &lt;/span&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;PUBLIC&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;"-//W3C//DTD HTML 4.0 Transitional//EN"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &lt;/span&gt;

&lt;p&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #a31515"&gt;&lt;span style="font-size: 13px; color: #a31515"&gt;html&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Please tell me how to fix.  I have attached a screenshot.  The header text should display "Reviewed Status" and you can't see the word "Status".  The filter icon also looks like it is cut off.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 13px"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>