Column align doesn't work

In this code setInitWidths() does nothing. What am I missing?

var TrapGrid;
TrapGrid = new dhtmlXGridObject(‘TrapGrid_container’);
TrapGrid.setImagePath("/include/dhtmlx_pro/imgs/");
TrapGrid.setHeader(",Projekt,Aktivitet,Benämning,Mån,Tis,Ons,Tors,Fre,Lör,Sön,Sum,Enh");
TrapGrid.setInitWidths(“30,100,20,100,*,50,50,50,50,50,50,50,50,50”);
TrapGrid.setColAlign(“center,left,left,center,left,right,right,right,right,right,right,right,right,left”); // <-- Does nothing
TrapGrid.setColumnsVisibility(“false,false,true,false,false,false,false,false,false,false,false,false,false,false”);
TrapGrid.setColTypes(“ch,ed,ro,ed,ed,edn,edn,edn,edn,edn,edn,edn,ron,ro”);
TrapGrid.setSkin(“light”);
TrapGrid.init();

Using Chrome 15 and IE9.

Unfortunately we cannot reproduce this issue locally. Please check example here dhtmlx.com/docs/products/dht … _grid.html

My fault, I screwed up in my own css. Sorry.