Categories | Question details Back To List | ||
Grid Hi, Is it possible to have different alignment for all the columns in the attach footer? Answer posted by dhxSupport on Aug 03, 2009 04:01 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"]); |