Hi , Is there a way to change or remove highligt color of selected rows in the grid.
Example: This is default behaviour
Is there a way to display like this.
I tried to overwrite with css. But no luch. Even with transparent it is not working.
.k-selected {
background-color: white !important;
}
Thanks
Srinivas Kolla