complex TreeView

S

Shaul Feldman

Hello,
I was searching for a good free TreeView component for ASP.Net,
but haven't found the right one. I need to build a TreeView with multiple selection (Checkboxes) when
each "subtree" may have more than one "leaf" and selection of subtree causes to all nodes in that subtree to be selected.
For instance,

[ ] Root
|---[v] Subtree 1
| |---[v] Node 1_1
| \---[v] Node 1_2
|
|---[ ] Subtree 2
| |---[v] Node 2_1
| |---[ ] Node 2_2
| |---[v] Node 2_3
| \---[ ] Node 2_4
\---[v] Subtree N
\---[v] Node 3_1

PS: sorry for my bad figure...
 
S

Steve Drake

I use, and don't work for :)

www.powerupasp.net

Its very good, you can use templates so you can have anything in your
treenode, it creates quite small html!!

Steve


Hello,
I was searching for a good free TreeView component for ASP.Net,
but haven't found the right one. I need to build a TreeView with multiple
selection (Checkboxes) when
each "subtree" may have more than one "leaf" and selection of subtree causes
to all nodes in that subtree to be selected.
For instance,

[ ] Root
|---[v] Subtree 1
| |---[v] Node 1_1
| \---[v] Node 1_2
|
|---[ ] Subtree 2
| |---[v] Node 2_1
| |---[ ] Node 2_2
| |---[v] Node 2_3
| \---[ ] Node 2_4
\---[v] Subtree N
\---[v] Node 3_1

PS: sorry for my bad figure...
 
S

Shaul Feldman

Thanks Steve!
At a glance looks not bad at all. It's not free - that's a bummer... Well,
I'd also would like to find recourses on how it's done behind the scenes. I
know it's a recursion and tabulating, but haven't seen even once a tree view
tutorial for the web.
 
S

Steve Drake

Its free to test, and it does come with a few examples.

Steve

Shaul Feldman said:
Thanks Steve!
At a glance looks not bad at all. It's not free - that's a bummer... Well,
I'd also would like to find recourses on how it's done behind the scenes. I
know it's a recursion and tabulating, but haven't seen even once a tree view
tutorial for the web.

--
With the best wishes,
Shaul Feldman

Steve Drake said:
I use, and don't work for :)

www.powerupasp.net

Its very good, you can use templates so you can have anything in your
treenode, it creates quite small html!!

Steve


Hello,
I was searching for a good free TreeView component for ASP.Net,
but haven't found the right one. I need to build a TreeView with multiple
selection (Checkboxes) when
each "subtree" may have more than one "leaf" and selection of subtree causes
to all nodes in that subtree to be selected.
For instance,

[ ] Root
|---[v] Subtree 1
| |---[v] Node 1_1
| \---[v] Node 1_2
|
|---[ ] Subtree 2
| |---[v] Node 2_1
| |---[ ] Node 2_2
| |---[v] Node 2_3
| \---[ ] Node 2_4
\---[v] Subtree N
\---[v] Node 3_1

PS: sorry for my bad figure...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,571
Members
45,045
Latest member
DRCM

Latest Threads

Top