How to implement wordwrap on jqGrid which works on IE7, IE8 and FF
- by Brandon
How to implement wordwrap on jqGrid which works on IE7, IE8 and FF, while also having column-resize work (grid aligns correctly).
Tried to innerwrap content on each td with a div of specific width (based on initial TH width), but colresize will not work on the divs I've inserted. jqGrid calculates the widths of the resized TH and adjacent THs though.
Is there a better solution which will avoid all the JavaScript 'hacks'?