Master Checkbox Column Alignment

Hi,

I have a grid using #master_checkbox in the header. I am aligning my checkbox column to the left, but there is a couple pixels different between the master_checkbox in the header’s left alignment and the cell’s left alignment, so the checkboxes don’t line up. It looks odd. Is there a workaround for this?

Thanks!

You may change the align of your header elements right in the setHeader() method.
For example:
mygrid.setHeader(“A,B,C”,null,[“text-align:right;”,“text-align:left;”,“text-align:center”]);