Hello,
Open the ui-jqgrid.css and find this
.ui-jqgrid tr.jqgrow td {font-weight: normal; overflow: hidden; text-align:left; white-space: pre;…}
Also you can overwrite this option after you load the css and define
.ui-jqgrid tr.jqgrow td {white-space: normal}
For a particular grid … – let's this be a task for you. 🙂
Regards
Tony