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,