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.