How to set background color in a cell with an AW.Templates.Checkbox ?
Well, if the cell is regular text, then the following works:
obj.getCellTemplate(i).setStyle("background", "red");
but with an AW.Templates.Checkbox it does not, any idea how to do it?
obj.getCellTemplate(i).setStyle("background", "red");
but with an AW.Templates.Checkbox it does not, any idea how to do it?
Philippe Marzin
September 28,