I use jqGrid in my pages, I modified the ui.jqgrid.css file to wrap the column headers as follows:
.ui-jqgrid tr.jqgrow td { white-space: normal !important; } .ui-th-column,.ui-jqgrid .ui-jqgrid-htable th.ui-th-column{ white-space:normal; }
It works great in all browsers except IE! I tried IE7 and IE8 and the problem still exists.
header wrapping wrap jqgrid
SJ.Jafari Sep 04 2018-10-10T00: 00Z
source share