Hi,
Is there any way to change the CSS text of a cell when the user selects a row or hovers over a row? We are overriding getCellCSSText() to change the background colors of cells at the time the grid is drawn. However, when the user hovers over the row, we want these cells to revert back to the default background color. The issue is illustrated below:
We are using SmartClient Version: v11.1p_2018-07-19/PowerEdition Deployment (built 2018-07-19)
Thanks.
Is there any way to change the CSS text of a cell when the user selects a row or hovers over a row? We are overriding getCellCSSText() to change the background colors of cells at the time the grid is drawn. However, when the user hovers over the row, we want these cells to revert back to the default background color. The issue is illustrated below:
We are using SmartClient Version: v11.1p_2018-07-19/PowerEdition Deployment (built 2018-07-19)
Thanks.
Comment