Hi everybody,

when i change the row attribute using
Code:
itemUpdate.setRowAttribute("#888888","#888888","backgroundColor");
this only changes the background of the string, not all the background of the row.

For example, if i have a cell that can carry 10 characters, written in it the word "hello", the setRowAttribute will only changes the background underneath the word "hello", but not the background of all the row (underneath the word "hello", and the rest of the cell).

Is there a way to change the background of all the row ?