﻿<?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 - Text overflow in Firefox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Text-overflow-in-Firefox/</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>Text overflow in Firefox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Text-overflow-in-Firefox/</link><pubDate>Fri, 29 Jun 2012 00:56:56 GMT</pubDate><dc:creator>Hans</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Thank you for your question and the sample.&lt;/p&gt;
&lt;p&gt;I’ve made a simple sample, based on your sample. And I can replicate your issue as well.&lt;br /&gt;I’m sorry for the inconvenience.&lt;/p&gt;
&lt;p&gt;To resolve this issue, you should slightly modify the style of your WebGrid row.&lt;br /&gt;Here’s the snippet code that you should modify:&lt;/p&gt;&lt;pre&gt;From:
&amp;lt;AlternatingRowStyle CustomRules="text-overflow: ellipsis; overflow: hidden; overflow-y: hidden; overflow-x: hidden;" BackColor="#DDECFE" Font-Size="8pt" Font-Names="Verdana"&amp;gt;&amp;lt;/AlternatingRowStyle&amp;gt;

To:
&amp;lt;AlternatingRowStyle Overflow="hidden" OverflowX="hidden" OverflowY="hidden" CustomRules="text-overflow: ellipsis; overflow: hidden; overflow-y: hidden; overflow-x: hidden;" BackColor="#DDECFE" Font-Size="8pt" Font-Names="Verdana"&amp;gt;&amp;lt;/AlternatingRowStyle&amp;gt;

And
From:
&amp;lt;RowStyle CustomRules="text-overflow: ellipsis; overflow: hidden; overflow-y: hidden; overflow-x: hidden" BackColor="White" Font-Size="8pt" Font-Names="Verdana"&amp;gt;&amp;lt;/RowStyle&amp;gt;

To:
&amp;lt;RowStyle Overflow="hidden" OverflowX="hidden" OverflowY="hidden" CustomRules="text-overflow: ellipsis; overflow: hidden; overflow-y: hidden; overflow-x: hidden" BackColor="White" Font-Size="8pt" Font-Names="Verdana"&amp;gt;&amp;lt;/RowStyle&amp;gt;&lt;/pre&gt;
&lt;p&gt;I attached my sample as well. In my sample, I bind WebGrid to Northwind.mdb database (Shippers table)&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;br /&gt;Regards,&lt;br /&gt;Hans.&lt;/p&gt;</description></item><item><title>Text overflow in Firefox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Text-overflow-in-Firefox/</link><pubDate>Thu, 28 Jun 2012 16:49:17 GMT</pubDate><dc:creator>ehanig@extendemail.com</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;our system is showing Text overflow in the grids for Firefox, but not for IE.&lt;/p&gt;
&lt;p&gt;We put in the overflow settings and it should work...&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Eric&lt;/p&gt;</description></item></channel></rss>