roy - 2014-03-05

where column1Style1 is

Style columnStyle1 = new Style();
columnStyle1.setFont(Font.VERDANA_SMALL);
columnStyle1.setBackgroundColor(Color.LIGHT_GRAY);

if i apply this style un-conditionally it works fine and or if i apply the same to any other column conditionally it works.