i have mouseover events on grid and it was working fine.but after updating latest version same code is not working.. turns out that if i set hoverrows = true. which is hitting code
|
1 2 3 4 5 |
if($t.p.hoverrows === true) { $("#"+$.jgrid.jqID($t.p.id)).off('mouseover mouseout'); } |
and my custom mouseover event is not working.. i have custom tooltip set on certain column.. which gets loaded dynamically..i tried to use cellattr:fuction(..) but data gets loaded after table is loaded (i do it via setcell).. so cellattr would not work for me..
how can i fix this
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top