Set row colour dynamicaly
I was expecting to be able to use
var row = new Active.Templates.Row;
row.setStyle("foreground", function() {return "#c0c0c0";});
obj.setTemplate("row", row);
but this dosn't have any effect any tips or will I have to do this by cell?
var row = new Active.Templates.Row;
row.setStyle("foreground", function() {return "#c0c0c0";});
obj.setTemplate("row", row);
but this dosn't have any effect any tips or will I have to do this by cell?
July 27,