mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

ommouseenter event issue #1113

Open meghshet opened 8 years ago

meghshet commented 8 years ago

Hi, I am using slick grid,This is good tool but if we have to extend some features to make some changes then its a big problem :) .how to get activerow on mousehover event.well thats not possible,i tried a lot but could not get a hold of it .now i am facing issue with this event ,whenever i try to hover on slick cell i would get the text but some times i dont get the text ,and it does not give issue to 1st cell but from 2nd cell every column has this problem . var col=$(e.target).closest('Cmodified').text(); well some times it works and some times it does not . dont know what to do i have tried many options ,as u all know slick grid columns (ie cells) do not have ID so i need to find the cell through custom class name but even if i use $node=grid[1].getcellnode(cell.row,cell.cell) and find the class with hassclass keyword still same issue . dont know what is the problem with mouse hover event ,please help