Categories | Question details Back To List | ||
I would like to modify the color of rows
programmatically and frequently based on data in a cell. Is there an... 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? Answer posted on Mar 05, 2007 09:58 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. Answer posted by Darya (Support) on Dec 02, 2014 09:24 To find more precise comments upon this issue, we can offer you read about enabled javascript and php autocomplete ajax. |