How to add ellipsis to jQGrid column headerText.
Current Column Html Header for jqGrid is in like this :
<th id="ControlType" role="columnheader" class="ui-state-default ui-th-column ui-th-ltr" style="width: 141px;">
<span class="ui-jqgrid-resize ui-jqgrid-resize-ltr" style="cursor: col-resize;"> </span>
<div id="jqgh_PageGrid_ControlType" class="ui-jqgrid-sortable">
W'ñÝÃáèTÿpê !!!_W<span class="s-ico" style="display:none">
<span sort="asc" class="ui-grid-ico-sort ui-icon-asc ui-state-disabled ui-icon ui-icon-triangle-1-n ui-sort-ltr"></span>
<span sort="desc" class="ui-grid-ico-sort ui-icon-desc ui-state-disabled ui-icon ui-icon-triangle-1-s ui-sort-ltr"></span>
</span>
"
I want to add ellipsis to this "W'ñÝÃáèTÿpê !!!_W" in the header. I donot want to edit the jQGrid.js