Coloring individual cells V1
I used...
obj.getColumnTemplate(0).setStyle("background-color","red");
...to color an individual column, but is there a way to color an individual cell? I've replaced 'Column' with 'Row' and it colored the entire grid, and I replaced it with 'Cell' but that never even worked.
Thanks in advance,
obj.getColumnTemplate(0).setStyle("background-color","red");
...to color an individual column, but is there a way to color an individual cell? I've replaced 'Column' with 'Row' and it colored the entire grid, and I replaced it with 'Cell' but that never even worked.
Thanks in advance,
BenjaminS
February 10,