<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Internet Explorer (IE) ignores white-space: nowrap on table&#8217;s TD</title>
	<atom:link href="http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/feed/" rel="self" type="application/rss+xml" />
	<link>http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/</link>
	<description>My Day to Day Experience</description>
	<lastBuildDate>Mon, 19 Oct 2009 12:33:19 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ellipsis</title>
		<link>http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/#comment-86</link>
		<dc:creator>ellipsis</dc:creator>
		<pubDate>Wed, 26 Aug 2009 09:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/#comment-86</guid>
		<description>Such an elegant solution... I&#039;m jealous I didn&#039;t think of it :). Thanks!</description>
		<content:encoded><![CDATA[<p>Such an elegant solution&#8230; I&#8217;m jealous I didn&#8217;t think of it <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iesux</title>
		<link>http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/#comment-85</link>
		<dc:creator>iesux</dc:creator>
		<pubDate>Thu, 20 Aug 2009 20:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/#comment-85</guid>
		<description>Thank you - worked like a charm!!!</description>
		<content:encoded><![CDATA[<p>Thank you &#8211; worked like a charm!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Babak</title>
		<link>http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/#comment-84</link>
		<dc:creator>Babak</dc:creator>
		<pubDate>Thu, 13 Aug 2009 06:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/#comment-84</guid>
		<description>Thanks a bunch, solved my problem :)</description>
		<content:encoded><![CDATA[<p>Thanks a bunch, solved my problem <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Demetrius</title>
		<link>http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/#comment-83</link>
		<dc:creator>Demetrius</dc:creator>
		<pubDate>Fri, 07 Aug 2009 13:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/#comment-83</guid>
		<description>I dont know why i posted that without checking IE first since that is what this discussion is about.  I figured if Microsoft provided via Intellisense a Cells.Wrap property then their own browser would support the markup it creates.  I just found out that the mark up it created includes adding &quot;white-space: nowrap;&quot; which we all know doesnt work.

Oh well.</description>
		<content:encoded><![CDATA[<p>I dont know why i posted that without checking IE first since that is what this discussion is about.  I figured if Microsoft provided via Intellisense a Cells.Wrap property then their own browser would support the markup it creates.  I just found out that the mark up it created includes adding &#8220;white-space: nowrap;&#8221; which we all know doesnt work.</p>
<p>Oh well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Demetrius</title>
		<link>http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/#comment-82</link>
		<dc:creator>Demetrius</dc:creator>
		<pubDate>Fri, 07 Aug 2009 13:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/#comment-82</guid>
		<description>could also use:

protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
    {
         ...

           e.Row.Cells[index].Wrap = false;

         ...
    }</description>
		<content:encoded><![CDATA[<p>could also use:</p>
<p>protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)<br />
    {<br />
         &#8230;</p>
<p>           e.Row.Cells[index].Wrap = false;</p>
<p>         &#8230;<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitesh</title>
		<link>http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/#comment-81</link>
		<dc:creator>Nitesh</dc:creator>
		<pubDate>Wed, 15 Jul 2009 05:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/#comment-81</guid>
		<description>Thank you.
You save my hours!</description>
		<content:encoded><![CDATA[<p>Thank you.<br />
You save my hours!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HugoGomes</title>
		<link>http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/#comment-80</link>
		<dc:creator>HugoGomes</dc:creator>
		<pubDate>Fri, 22 May 2009 13:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/#comment-80</guid>
		<description>Well, if you encountered this problem in IE7, just like I did, you probably have a css attached with the attribute &quot;width:auto&quot;. Having this attribute on that cell automatically takes precedence any wrap attributes added to the cell, and yes Gramotei´s solution would work due to the fact that the span would disregard the cells css attributes...removing the width attribute and adding &quot;white-space:nowrap;&quot; would also work fine, tested successfully various diferent ways, another way it would work would be in the code, adding Cell.Attributes.Add(&quot;nowrap&quot;,&quot;false&quot;); , also would work, of course with no css attached...</description>
		<content:encoded><![CDATA[<p>Well, if you encountered this problem in IE7, just like I did, you probably have a css attached with the attribute &#8220;width:auto&#8221;. Having this attribute on that cell automatically takes precedence any wrap attributes added to the cell, and yes Gramotei´s solution would work due to the fact that the span would disregard the cells css attributes&#8230;removing the width attribute and adding &#8220;white-space:nowrap;&#8221; would also work fine, tested successfully various diferent ways, another way it would work would be in the code, adding Cell.Attributes.Add(&#8220;nowrap&#8221;,&#8221;false&#8221;); , also would work, of course with no css attached&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmed Charolia</title>
		<link>http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/#comment-79</link>
		<dc:creator>Ahmed Charolia</dc:creator>
		<pubDate>Fri, 27 Mar 2009 17:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/#comment-79</guid>
		<description>Thanks alot... Saved my hours</description>
		<content:encoded><![CDATA[<p>Thanks alot&#8230; Saved my hours</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unter</title>
		<link>http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/#comment-78</link>
		<dc:creator>Unter</dc:creator>
		<pubDate>Sat, 21 Mar 2009 12:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/#comment-78</guid>
		<description>Big Thanx - i crush my head on this problem )) Заеб...ся мучаться - а тут за секунду все решилось - большое спасибо</description>
		<content:encoded><![CDATA[<p>Big Thanx &#8211; i crush my head on this problem )) Заеб&#8230;ся мучаться &#8211; а тут за секунду все решилось &#8211; большое спасибо</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxim</title>
		<link>http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/#comment-77</link>
		<dc:creator>Maxim</dc:creator>
		<pubDate>Tue, 10 Mar 2009 23:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/#comment-77</guid>
		<description>Thank you so much!</description>
		<content:encoded><![CDATA[<p>Thank you so much!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
