Posted 21 December 2021, 12:17 am EST
Hi grapecity team,
By default, when I select a range or 1 row, the colHeader will be highlight.
How to disable this effect?
Thanks for your support.
Forums Home / Spread / SpreadJS
Posted by: gunmap08 on 21 December 2021, 12:17 am EST
Posted 21 December 2021, 12:17 am EST
Hi grapecity team,
By default, when I select a range or 1 row, the colHeader will be highlight.
How to disable this effect?
Thanks for your support.
Posted 22 December 2021, 6:51 am EST
Hi,
You can disable the highlight of colHeader using the following CSS Code:
.gc-columnHeader-highlight { background-color: transparent; }
Please refer to the sample that I have created for you: https://jscodemine.grapecity.com/share/cHq_zbMmQkG_6MlPg0ofsg/
Thanks.
Posted 22 December 2021, 11:51 am EST
Many thanks for your support. I already done it.