:: pepysDHTMLx :: RowsHover

in my .html page:

mygrid = new dhtmlXGridObject(‘gridbox’);
mygrid.enableRowsHover(true,‘grid_hover’);


in my .css file:

.grid_hover {
    background-color:#A3BBCD;
    }

In the next post I will atach two images about this.

The problem is: when the mouse is in some places, the entire div background color is changhed with the RowsHover color.

Can you help me to resolve this please?

Thanks a lot!

these are the images captures for my problem.




This bug confirmed and fixed. Please use attached patch.
patch_enableRowsHover.zip (417 Bytes)

thanks  a lot… but what I have to do with this patch?

You should include this patch to your page where you init grid.

i’ve done this already and it’s now working