May 2008

« Back to Archive

UPDATE - CFGRID wrapping text

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...

Read more »

« Back to Archive