Inconsistency in layout settings?
Why do I have to set the row header widthand the column header height via object properties and not directly via style sheets (css)?
// set headers width/height
obj.setRowHeaderWidth("0px");
obj.setColumnHeaderHeight("20px");
// set headers width/height
obj.setRowHeaderWidth("0px");
obj.setColumnHeaderHeight("20px");
Andreas
April 1,