Hi Randy,
Thank you for specifying the exact scenario that you are willing to achieve. Can you try applying the following CSS rule and see how it works out for you:
<style>
.k-grid .k-state-selected {
background-color: #C4FAEC;
color: #000000;
}
.k-grid .k-state-selected:hover {
background-color: #C4FAEC;
color: #000000;
}
.k-grid tr:hover,
.k-grid td.k-state-selected:hover,
.k-grid tr.k-state-selected:hover td
{
color: #000000;
background-color: #C4FAEC;
}
</style>
Looking forward to your reply.
Best regards,
Tsvetomir
Progress Telerik
Get
quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.
Learn More.