I guess this was not added to the CSOM. Anyone had any luck implementing something that can tell when the mouse is hovering over a node? I need to trigger a javascript function when a user hovers on a node.
Thanks a lot for your posting dtnixon. It sure saved me a lot of time.
Thanks you sir, It worked for me.
Nevermind I found a post that showed how to initialize the menu from the sever code behind and then create the client side function that gets the menuid for you if your context menu is in a user control.
Hey Patrick you seem pretty knowledgable of the CSOM. Is there any reason why the CSOM only allows you to grab infragistics controls on the client side if you have your script in the <Head> tag of the .aspx page? It doesn't seem scalable to me if you would like to give some client side functionality to your .ascx (user controls). This is bad for me considering my companies architecture is based on dynamic controls being loaded into one aspx page. Their architecture is based off of the MVC/MVP design pattern.
I have context menu's that could be used in the ascx but I'll end up having to break our architecture and place the context menu itself in the apsx side and just make sure to pass the click events back to our Controller.
Your welcome. The popup menu on right click is nice. I have that working in the same project that I have the onNodeHover implemented in. I have been trying to think of a reason that the onnodehover 'hack' would work in one project but not the other and I am still comming up blank. At least you found a work around. o well, back to GUID's for me.