Hi rvkvino,

You should use the setAttribute method that configures the stylesheet changes to be applied to all the HTML cells of the involved row.
Something like this:

info.setAttribute("#ffff66", null, "backgroundColor");

Alternatively, if you want to use styles defined in the css you have to use it the setStyle method.

Regards,
Giuseppe