tags:

views:

358

answers:

1

I have a jqgrid and some of the cells have a good amount of content in them. It seems that jqgrid's default is to have the overflow hidden and to not have the text wrap to new lines (if needed). Is there a way to allow jqgrid cells to expand as needed?

A: 

Hmm.. already tried the obvious solution? Adapt the CSS that comes with jqgrid to allow cells to do this?

jitter
the css alone wont work as the underlying html is not just a table but a series of tables and divs tied together using the library
schmidty