How can I stop the background color of a row changing when you hover over it?
1 Answer, 1 is accepted
0
Hetali
Telerik team
answered on 17 Jan 2024, 09:50 PM
Hi Mike,
To prevent the background color of the Kendo UI Grid row changing on hover, set the background color to the color displayed when it's not hovered over. For example:
In this StackBlitz example, the background color of the Grid row remains the same on hover. Please make sure to set the encapsulation to ViewEncapsulation.None to apply the style locally.
I hope this helps. Let me know if I can further assist you.