tags:

views:

239

answers:

0

Is it possible to format a column in JQGrid such that the cells only show the beginning of the contents, and the cell can be expanded on click?

I have one column that needs to contain a list of items ( ~50 lines ) and it makes the grid far to large on initial load. I'd like to be able to expand the cell as needed.

I'd like to do this without having to go back to the server for the expand operation ( just return all the data in the initial call ).

Any clues?

Thanks Josh