Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Menu > Left Click menu

Not answered Left Click menu

Feed from this thread
  • Marcus avatar

    Posted on Oct 10, 2008 (permalink)


    I currently have a context menu linked to a tree-view component which displays fine when I right-click on a branch.
    Is there any way to get the same menu displayed when I left-click on a tree-view branch?

    Reply

  • Peter Peter admin's avatar

    Posted on Oct 10, 2008 (permalink)

    Hello Marcus,

    Yes, it is possible. Please, see the Popup Menu example. You will have to hook to the OnClientNodeClicking event of RadTreeView and use the show(e) client-side method of RadContextMenu.


    Regards,
    Peter
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Menu > Left Click menu