Reputation: 31313
Is there a way to make a jqGrid column autosize so that the contents of a grid cell isn't cut off if it is too long?
Upvotes: 1
Views: 5303
Reputation: 221997
There are no "autosize" feature in the jqGrid, but you can use text wrapping in the grid cells (see here) and in the column headers (see here).
Upvotes: 3