1

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?

John Livermore
  • 30,235
  • 44
  • 126
  • 216

1 Answers1

3

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).

Community
  • 1
  • 1
Oleg
  • 220,925
  • 34
  • 403
  • 798