﻿<?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 Font Display Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Font-Display-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 Font Display Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Font-Display-Issue/</link><pubDate>Mon, 13 Feb 2012 21:00:31 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;When it does not use any font in RowStyle property, it uses our default style. This does not mean that there is no style in there. Regarding your issue, it is not a bug. You only need to adjust the size of font  and set the style overflow in there. Please remember that not all Font would be rendered in the same size.&lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;   &amp;lt;RowStyle CustomRules="text-overflow: ellipsis; overflow-x: hidden" BackColor="White" &lt;span style="font-size: 10pt; "&gt;Font-Size="8pt" Font-Names="Arial Monospaced"&amp;gt;&amp;lt;/RowStyle&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebGrid Font Display Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Font-Display-Issue/</link><pubDate>Mon, 13 Feb 2012 11:53:09 GMT</pubDate><dc:creator>adajani@najiasystems.com</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We are attempting to use a font in the webgrid, but the column value alignment becomes out of whack when we do so. I've attached two images displaying the problem.&lt;/p&gt;
&lt;p&gt;Code:&lt;/p&gt;&lt;pre&gt;&amp;lt;ISWebGrid:WebGrid ID="wbGrid" runat="server" Height="660px" Width="100%" UseDefaultStyle="true" EnableWebResources="Always"
                           DataSourceID="odsList" CustomSchemaRetrieval="UseWebGrid"&amp;gt;
            &amp;lt;RootTable GridLineStyle="NotSet" DataKeyField="id"&amp;gt;&amp;lt;/RootTable&amp;gt;
            &amp;lt;LayoutSettings NewRowLostFocusAction="AlwaysPrompt" DisplayDetailsOnUnhandledError="true" InProgressUIBehavior="ChangeCursorToHourGlass" StatusBarVisible="true"
			                RowLostFocusAction="AlwaysPrompt" 
                            AllowColumnMove="Yes"
			                AllowFilter="No" 
                            AllowGrouping="No" 
                            AllowSelectColumns="Yes" 
                            AllowSorting="No"
			                GroupByBoxVisible="False" 
                            AutoHeight="false" 
                            AutoWidth="true" 
                            PagingMode="VirtualLoad" 
                            VirtualLoadMode="Custom"
                            AllowEdit="Yes"&amp;gt;
&lt;span style="background-color: rgb(255, 255, 0);"&gt;                    &amp;lt;RowStyle Font-Names="Arial Monospaced" /&amp;gt;  &amp;lt;!-- This is the problematic line --&amp;gt;&lt;/span&gt;
		    &amp;lt;/LayoutSettings&amp;gt;
        &amp;lt;/ISWebGrid:WebGrid&amp;gt;&lt;/pre&gt;
&lt;p&gt;I've highlighted the problematic line. If I comment this line out, the grid shows up just fine.&lt;/p&gt;
&lt;p&gt;badFont shows result with the font in use. noFont shows result with no font in use.&lt;/p&gt;
&lt;p&gt;Thanks for the help.&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>