Grid

Hi,

Is it possible to have different alignment for all the columns in the attach footer?

To set aligment for the cells in the footer you can use 2nd parameter of attachFooter method:
grid.attachFooter(“A,B,C,D”,[“text-align:right;”,“text-align:left;”,“text-align:center”]);