I have a page set up with a splitter. In the left hand pane I have a treeview, used for navigation. Attached to that is a RadMenu, set up as a context menu. On the right hand side of the splitter is a pane which I manipulate the contenturl of from the treeview and the context menu.
The treeview and radmenus are also under ajax to control page postbacks.
When I click on the treeview it updates the contenturl of the radpane using client script. The same setup is used for the context menu. I also have a server-side event attached to the context menu (this is required for a couple of the menu options). The problem is that when i click on the context menu the radpanes contenturl is updated but nothing is displayed on the radpane. if I remove the server-side event from the context menu everything works fine.
Could someone please let me know what I am doing wrong.
Thanks
Graham
The treeview and radmenus are also under ajax to control page postbacks.
When I click on the treeview it updates the contenturl of the radpane using client script. The same setup is used for the context menu. I also have a server-side event attached to the context menu (this is required for a couple of the menu options). The problem is that when i click on the context menu the radpanes contenturl is updated but nothing is displayed on the radpane. if I remove the server-side event from the context menu everything works fine.
Could someone please let me know what I am doing wrong.
Thanks
Graham