How to implement wordwrap on jqGrid, which works on IE7, IE8 and FF, and also works with resizing a column (grid alignment correctly).
Tried to index the content on each td using a div of a certain width (based on the initial TH width), but colresize will not work with the div I entered. jqGrid calculates the resized width TH and neighboring THs.
Is there a better solution that avoids all the "hacks" of JavaScript?
css resize word-wrap jqgrid
bcm Jun 08 '10 at 2:00 2010-06-08 02:00
source share