John Livermore
John Livermore

Reputation: 31313

jqGrid column autosize

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

Answers (1)

Oleg
Oleg

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

Related Questions