Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

Need event BEFORE jqGrid grabs mouseover

I use Microsoft's MVC unobtrusive javascript validation to handle validation with the jqGrid I use.

When the user mouses over the validation column, jqGrid displays the error message for that row. But I need to dril into that "tooltip" div and remove duplicate messages before jqgrid grabs the mouseover event and displays the message box.

How can I do that?

I could make bind my own mouseover event, but that would mean I need to know how to trigger the code being called currently (by unobtrusive javascript validation) after a mouseover event.

I do not know where that is.
ASKER CERTIFIED SOLUTION
Avatar of Mrunal
Mrunal
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER

Thanks!