Cool I found some css for IE to. I had to apply it to the td for some reason to get it to work. It does screw up the paging arrows also. It is close!
http://msdn2.microsoft.com/en-us/library/ms531186(VS.85).aspx <style type="text/css"> div .x-grid-cell-text{white-space:normal;} td {word-wrap:break-word;width:450px;left:0;} </style> -----Original Message----- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 09, 2008 12:29 PM To: CF-Talk Subject: RE: cfgrid and text Thanks Dan! Works great in firefox, but not IE. I will keep experimenting and see if I can get IE to do it. -----Original Message----- From: Dan Vega [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 09, 2008 11:49 AM To: CF-Talk Subject: Re: cfgrid and text I actually just saw that someone came up with a hack to solve this. http://www.dwmommy.com/?day=4/5/2008&rss=true#blog623 Dan On Wed, Apr 9, 2008 at 10:02 AM, Chad Gray <[EMAIL PROTECTED]> wrote: > I am about ready to give up on CFGrid and switch back to a standard html > table. I just can't get it to do what I want. I love the features it > automatically provides like sorting, paging data and column re-arranging but > it is a little too limiting. > > Right now I have a long paragraph of text and it gets chopped off in the > field. > > Is there any way to get the text to word-wrap so the row height > automatically expands to display all of the type? > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303053 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

