How to implement wordwrap on jqGrid which works on IE7, IE8 and FF

Posted by Brandon on Stack Overflow See other posts from Stack Overflow or by Brandon
Published on 2010-06-08T02:00:11Z Indexed on 2010/06/08 2:02 UTC
Read the original article Hit count: 505

Filed under:
|
|
|

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'?

© Stack Overflow or respective owner

Related posts about resize

Related posts about jqgrid