3.2.0

Cell Color

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

Jos'e
March 12,
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)
March 13,
works very good.
Thank you very mch ^- - - - - - - - - - -^
wan
August 23,

This topic is archived.

See also:


Back to support forum