H
hardieca
Hi,
I'm building a CMS and I'm banging my head against the wall over one
part of the user interface. I have a Section entity which maybe have 0
or 1 parent Sections.
So, as an example, I could have a "Media" section which is the parent
to a "New Release" section which is a parent to a "Recent Releases"
section. I need to build a control that expresses the recursive
relationship of each section to its parent, but it needs to be
flexible enough so that I can edit each section's properties, or add
child sections intuitively.
I have been trying to use a Repeater to emit a table, but the records
can't be grouped in a hierarchical relationship which would immensely
improve negotiating the structure of the site. A list springs to mind,
has anyone seen a control that does something like what I'm looking
for?
Regards,
Chris
I'm building a CMS and I'm banging my head against the wall over one
part of the user interface. I have a Section entity which maybe have 0
or 1 parent Sections.
So, as an example, I could have a "Media" section which is the parent
to a "New Release" section which is a parent to a "Recent Releases"
section. I need to build a control that expresses the recursive
relationship of each section to its parent, but it needs to be
flexible enough so that I can edit each section's properties, or add
child sections intuitively.
I have been trying to use a Repeater to emit a table, but the records
can't be grouped in a hierarchical relationship which would immensely
improve negotiating the structure of the site. A list springs to mind,
has anyone seen a control that does something like what I'm looking
for?
Regards,
Chris