Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1414
Right-Click Node Icon does not trigger NodeClick client event...
posted

Howdy,

I have many context menus that I can load when a customer 'right-clicks' on the text portion of a tree node.  Thanks for the superb examples.

However, now that I have some time to apply more finishing touches I would like to trap when the customer 'right-clicks' the icon (the folder, for example) and provide the same menu.  It appears that the NodeClick client side event is not triggered when the customer right-clicks on the icon.  However, the NodeClick client side event is triggered on left-clicking the icon.

 

Parents
No Data
Reply
  • 7694
    posted

     

    Hello,

    You are right, but for this moment I can give only that workaround of this problem. Nodes of UltraWebTree support HTML and you can inset image before text.

    For example node will look that:

    <ignav:Node Text="<img alt=''align='absmiddle' src='images.jpg'/>  SampleNode">

    This way both right and left mouse clicks on image will work. I hope this will help you go on with your project until we include the actual fix in a subsequent hotfix.

    Best Regards,
    Ivan Baev
    The Infragistics  ASP.NET Team

     

Children