3.2.0

Javascript controlled CSS


Is there anyway that something like this could work to change the background color of a particular cell in a grid?

document.getElementById(myGrid.getCellTemplate(4,4).getId("myGridContent")).style.backgroundColor="blue";

Does something like that exist?

I appreciate it!
Tom Green
February 28,

My bad, I see:

myGrid.getCellTemplate(4,4).setStyle("background-color", "blue");
Tom Green
February 28,

This topic is archived.

See also:


Back to support forum