John Livermore
John Livermore

Reputation: 31343

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: 5306

Answers (1)

Oleg
Oleg

Reputation: 222017

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