Rank: Member Groups: Member
Joined: 11/16/2007 Posts: 13
|
Hello,
I wonder if there is a way to add buttons to the TreeView.
What i need is a component that shows me nodes and childnodes like the TreeView does. But i would like to add two buttons to every node. These buttons would be a delete and a detail button. So i can call a method in my codebehind that does a delete of the node where whas clicked on the delete button.
Is there a way to do this with the TreeView component? Or do i need to solve this in another way?
Greetings
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
Unfortunately the tree view does not provide any support on this. So you will need to seek other solutions.
Thanks
|