Displaying Header vertically
.ui-jqgrid-hdiv > div > table > thead > tr th{
transform: rotate(90deg);
}
You may need to adjust the height according since the vertically displayed text taking more space.
.ui-jqgrid-hdiv > div > table > thead > tr th{
transform: rotate(90deg);
}