:: Forum >>

Cell Color

I want to change the color of one cell, just one :) how i can do this?

Jos'e
Friday, March 12, 2004
In this version there is no nice solution for single cell formatting. You need to define an additional property and use it in the cell template style or class. It will be evaluated for all cells (heavy, 'pull').

For something very simple:

obj.setId("grid1");
...
document.write(obj);
...
document.getElementById("grid1.data.item:1.item:2").style.background = "red";
Alex (ActiveWidgets)
Saturday, March 13, 2004
works very good.
Thank you very mch ^- - - - - - - - - - -^
wan
Wednesday, August 23, 2006

This topic is archived.


Back to support forum

Forum search