datachange event in grid ?

You can get the grid associated with a table via GetView.

···

On Jan 29, 2008 4:53 PM, Stef Mientki <s.mientki@ru.nl> wrote:

hello,

I've grid, initialized from a table, where each column has a certain
datatype.
One of the special datatypes is "color",
where the data cell is filled with the color tuple and
the background of that cell is filled with that color.
As long as the user is doing this, everything works perfect.

But there are situations, were such a colorcell is changed by the program,
in which case the tupple value is changed, but the background color is not.

Is there an event that I can catch to update the background color in the
above mentioned case ?
I can catch the event in the associated table,
but how do I reach the visual grid ?