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
850
WebDataMenu as a Context Menu from server side
posted

Hi,

I am using WebDataMenu as context menu. I am able to render the menu on right click of mouse on a WebDataTree node from client side. How ever I need to disable some of the menu items based on the level of the node on which we right click and the configuration for that particular level ( which will be known only at run time) .

Can anyone tell me how to similarly render the menu from server side on right click of mouse? As it is easy for me to achieve it from server side.

Parents
  • 37874
    posted

    Hi nancy1985,

    It seems to me that there is no method to display the menu in context mode from code behind. You could render two separate menus with the items you need and display the appropriate menu depending on the clicked node's level.

    If you have any questions, please do not hesitate to ask.

Reply Children
No Data