Hi Abhishek,
Greetings from Syncfusion support.
Query: How
to change background color of the row on click.
Based on your query, you
need to override the row selected background color and we have achieved your
requirement using CSS properties.
Please refer the below code
example and sample for more information.
|
[index.css]
// it will override the
default row selected background color
.e-grid td.e-selectionbackground.e-active {
background-color: blue;
}
|
Sample: https://stackblitz.com/edit/react-qzjiaf?file=index.html
Please get back to us if you need further assistance on
this.
Regards,
Mohammed Ansar.