This is a discussion on "Adding right-click ability and pop-up menu to a Treeview" within the ASP.NET Forum section. This forum, and the thread "Adding right-click ability and pop-up menu to a Treeview are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Adding right-click ability and pop-up menu to a Treeview
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
I have a treeview created as an ASP object on my form, populated with many items hierarchically. I want to add a pop-up menu which will appear when a node is right-clicked and show related operations that could be done on this node.
Creating TreeView is no problem. I can also create a pop-up menu with javascript and styles. But the thing is that TreeView does not have onClick event. Most probable answer is onSelectedNodeChanged event bu when I right-click a node on TreeView the javascript code about the pop-up menu fires first and besides the right clik event -of course- does not fire the onSelectedNodeChanged event. On such conditions I first have to select a node and then right click it. How can I possibly overcome this problem? The problem is basically that I want to change the SelectedNode while ı am right-clicking and then run a javascript to show a pop-up menu. Regards. |
|
|
|
|||
|
Re: Adding right-click ability and pop-up menu to a Treeview
It's been a while since I've used trees - but the answer should lie in finding the non-server side element that you can add the javascript function to...
Could you put up your code for creating the treeview and the resulting HTML code for the page? Thanks. |
![]() |
| Tags |
| menu, right click, treeview |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Spry Menu Bar, Adding Submenu Border and Submenu semi-Transparent background | ravennaweb | Web Page Design | 2 | Sep 24th, 2007 14:27 |
| How to find the table's row and column index at the click of menu. | aamir1 | JavaScript Forum | 0 | Aug 31st, 2007 11:10 |
| A little help with flash right click menu | dazzelworks | Flash & Multimedia Forum | 7 | Oct 25th, 2006 14:12 |
| Menu List. Select Multiple without Ctrl+Click? | Andy K | JavaScript Forum | 7 | May 10th, 2005 09:01 |