Hello Telerik friends,
I have the following situation:
Base -
- A
- B
- C
- D
This is the default treeview. Base is the root and A .. D are childs. I want the user to be able to move/reorder the childs around but they may not be moved to the root level (Base). Every other child should be a child of a parent. Also each child can max. have only one other child. See below.
Valid structure:
Base -
- A
- B
- C
- D
Invald:
Base -
- A
- B
- C
- D
Also invalid:
Base -
- A
- B
- C
- D
Base -
- A
- B
- C
- D
In other words every child may be only a child of a parent. The "main" parent is Base, Is this possible?
I have the following situation:
Base -
- A
- B
- C
- D
This is the default treeview. Base is the root and A .. D are childs. I want the user to be able to move/reorder the childs around but they may not be moved to the root level (Base). Every other child should be a child of a parent. Also each child can max. have only one other child. See below.
Valid structure:
Base -
- A
- B
- C
- D
Invald:
Base -
- A
- B
- C
- D
Also invalid:
Base -
- A
- B
- C
- D
Base -
- A
- B
- C
- D
In other words every child may be only a child of a parent. The "main" parent is Base, Is this possible?