3.2.0

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
May 29,
obj.getRowTemplate(1).setStyle("color", "red");
Alex (ActiveWidgets)
May 30,

This topic is archived.

See also:


Back to support forum