Hello,
1 . This have sence. I will do it in the next release.
2. You can do it diffrent way – open the css and look at:
.Header th
set the text-align to center or what you want.
If you want all the grid to have this you can do it dynamivcally after all grid are constructed
jQuery(“.Header th”).css({“text-align”:”center”});
Regards
Tony