Hello
What is the best way to show a different context menu when the user right-clicks on different nodes of a TreeGrid?
My tree:
When right clicking on Home node, menu should show "Add new room", when clicked on Room node it should show "Add new furniture" etc.
HomeNode, RoomNode, FurnitureNode are all subclasses from TreeNode.
Thanks for answers
What is the best way to show a different context menu when the user right-clicks on different nodes of a TreeGrid?
My tree:
Code:
Home |-Room 1 --Room 2 |-Chair --Table
HomeNode, RoomNode, FurnitureNode are all subclasses from TreeNode.
Thanks for answers
Comment