I need to know if exits something like enableRowsHover
Thanks.
Unfortunately such feature is not supported.
You may try to use enableLightMouseNavigation() method, but in that case the hovering row/cell will be selected.
[code]
div.gridbox_light table.obj tr.rowselected td.cellselected, div.gridbox table.obj td.cellselected {
background-color:#ACCADD;
}
Is not solution for me
Thanks