color cell
It possible to change cell's backgroung color?, i am using this property:
obj.setId("grid1");
document.write(obj);
document.getElementById("grid1.data.item:1.item:2").style.background = "red";
but when i used, the scroll disappear
obj.setId("grid1");
document.write(obj);
document.getElementById("grid1.data.item:1.item:2").style.background = "red";
but when i used, the scroll disappear
Susana
August 23,