:: Forum >>

Programatically change cell background

Can someone tell me what call I would need to make to change a specific cell's background color ? I know the x&y for the cell in my function
This will NOT be done from a 'mouseover' event.
I've seen some great examples but none that quite tell me what I need to do.

I expect I will need to do something like
cell.SetBackgroundColor(x,y,"red") or something.

Can anyone help ?

kyle747
Thursday, May 18, 2006
something like this -

grid.getCellTemplate(col, row).setStyle("background", "red");

Alex (ActiveWidgets)
Thursday, May 18, 2006
works like a charm!

thanks
kyle747
Friday, May 19, 2006

This topic is archived.


Back to support forum

Forum search