
Changing Column Header Alignment – JqGrid
January 19, 2013We can use setLabel method to change the alignment of JqGrid Column Header
Coding :
$(“#grid”).jqGrid(“setLabel”,”columnname”,””,{“text-align”:”left”});
Advertisements
We can use setLabel method to change the alignment of JqGrid Column Header
Coding :
can’t put my finger where i heard this before but its still interesting
quite interesting, heard it before but still interesting.
It dint work for me, i am getting the exception like No overload method setLabel taks (0) arguments
Here is the working sample
http://jsfiddle.net/m6DQk/155/