OnMouseOver row highlighting

Grid Version 3.5. Add multiple rows in a grid. Then move the mouse over a line. This line gets highlighted. Then move the mouse pointer over to next line, the line gets highlighted, etc.

How can I turn off the row highlighting so that when the mouse pointer is over a line, the line does not get highlighted?

Thanks

Please, make sure that you’ve not enabled RowsHover:
mygrid.enableRowsHover(true,“hover”);

or lightMouseNavigation:
mygrid.enableLightMouseNavigation(true);