Is it possible to align grid column headers in jqgrid? eg align left right or center?
In the jqrid documents http://www.trirand.com/jqgridwiki/doku.php?id=wiki:colm
You can simply add the align attribute to your Column in ColModel:
colModel: [ {name: 'MyColumn', index: 'MyColumn', align: 'center'} ],