:: Forum >> Version 2 >>

Changing color text of a particular row

More information on this topic is available in the documentation section: /grid.howto.rows/.

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 /grid.howto.rows/

Documentation:

Forum search