Right Aligned Headings

If I use “Align=‘right’” for a cell, the heading is still left aligned, is there a way to get the heading alignment to match the cell?

You may try to use setHeader() method to define the needed align in the styles attribute:

mygrid.setHeader("A,B,C",null,["text-align:right;","text-align:left;","text-align:center"]);