Description
Sometimes you need to apply an style to an entire row. Even though it's possible to apply decorators to every cell to achieve this, or run an onLoad event on javascript, the straight way is to apply an style or more generically an Attribute to a row.
This specific need has to do with having a table with user accounts, some are disabled, and the best way to manage it is to add a css style i.e. "disabled" to the row.