Hi All,
How to change the table column background color dynamically based on the table column values? My requirement is,
- The user clicks on a command button.
- Retrieve the data from database table then check the values of the column from the results provider, based on the column value need to change the background color of a table column say if the values in a column doesn’t exceed greater than 5 then set the column background color to red else to green.
Any help is appreciated.