Categories | Question details Back To List | ||||||||||||||||||||
:: 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! Answer posted by pepys on May 05, 2009 03:02 these are the images captures for my problem. Attachments (2)
Answer posted by dhxSupport on May 05, 2009 04:44 This bug confirmed and fixed. Please use attached patch. Attachments (1)
Answer posted by pepys on May 05, 2009 04:51 thanks a lot.. but what I have to do with this patch? Answer posted by dhxSupport on May 05, 2009 05:13 You should include this patch to your page where you init grid. Answer posted by pepys on May 05, 2009 05:24 i've done this already and it's now working |