Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Raghu on Aug 02, 2009 23:11
open dhtmlx forum
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"]);