:: Forum >>

Changing color text of a particular row

I want to change a color of text inside a row in Javascript.. like:
obj.getRowTemplate(1).setStyle("background", "red");

Thanks
Eric Saboia
Tuesday, May 29, 2007
obj.getRowTemplate(1).setStyle("color", "red");
Alex (ActiveWidgets)
Wednesday, May 30, 2007

This topic is archived.


Back to support forum

Forum search