I would like to modify the color of rows programmatically a

I would like to modify the color of rows
programmatically and frequently based on data in a cell. Is there an easy way
to do this in the API beyond without modifying each and every cell in a row via
javascript?


Color of row can be modified by grid.setRowTextStyle
method, also you can define “style” attribute in XML.


You can add custom handler to onEdit event, which call
grid API to change row color on data change.<o:p></o:p>