Hi David,
Thanks for contacting Syncfusion support.
We have analyzed your query and we suggest you use enableRowHover property as false to avoid the background color when hovering the mouse in grid.
Please refer the below code example.
<ej-grid id="Grid" datasource=ViewBag.data allow-selection="false" enable-row-hover="false">
<e-columns>
<e-column field="EmployeeID" is-primary-key="true" header-text="EmployeeID" text-align="Right" width="30"></e-column>
<e-column field="CustomerID" header-text="CustomerID" width="80"></e-column>
</e-columns>
</ej-grid> |
We have also prepared a sample that can be downloaded from the below link.
Also please refer the documentation link.
Please let us know if you need further assistance.
Regards,
Manisankar Durai.