setColVAlign not working

Hello,

i’ve a grid with

mygrid.setColTypes("sub_row,ro,ro,(...)");

mygrid.attachEvent("onSubGridLoaded",function(subgrid) {
		mygrid.setSizes();
		subgrid.setColumnMinWidth("(...)");
		subgrid.setSizes();
		subgrid.enableTooltips("(...)");
		subgrid.setColVAlign("top,top,top,top,top");
		subgrid.callEvent("onGridReconstructed",[]);
	});

but all cells in subgrid have

Regards, Carsten

Solved. Cell style was defined in css