Required library edition:
Required library file: dhtmlxgrid.js
enable/disable hovering row on mouse over
<style> .hover { background-color: navy; } </style> <script> mygrid.enableRowsHover(true,"hover"); </script>
See also: enableLightMouseNavigation, enableAlterCss, enableTooltips