how to change the row color onMouseOver event?

how to change the RowsHover color(hover) onMouseOver event?

thank you…

Try to use enableLightMouseNavigation() mode:

mygrid.enableLightMouseNavigation(true);

docs.dhtmlx.com/doku.php?id=dhtm … navigation