Row Color
I have read many of the topics and found much information,but not what i needed. i like the feature of alternating row colors, but can only utilize 2 colors. i want something similar but want to maje it alternate every 4 or 5 rows. some reason i was getting an error using
maybe i just dont see it. also is there a way to set 1 row to a different height then predefined height
var colors = ["#eee", "#ddd", "#ccc"];
obj.defineDataProperty("color", function(i){return colors[i]});
var row = new Active.Templates.Row;
row.setStyle("background", function(){
return this.getRowProperty("color");
});
obj.setRowTemplate(row);
maybe i just dont see it. also is there a way to set 1 row to a different height then predefined height
thank you, Larry
August 4,