UPDATE - CFGRID wrapping text
Wednesday, May 21, 2008 - 6:52 PM
A few weeks ago I posted about needing to wrap text in a CFGRID's cell. ( Read the original posted that I just updated... ) The code I provided didn't work in IE (figures!) but I've since added display:block; to the rule and it works for me... Here it is, new and improved: div .x-grid-cell-text{white-space:normal;display:block;} I'm interested in hearing if anyone has a better fix, or if this...
