This topic is locked

display requirements.

10/9/2012 10:19:55 AM
ASPRunnerPro General questions
G
georgeb author

I need to display the data in a categories table that is a self join to determine a hierarchy.
the list needs to order by hiearchy and level

each lower level of the hierarchy needs to indent one or 2 spaces

when a "parent" category is clicked the list must expand to show the next level of sub-categories and display a list of items for that category in another list.
So,

Top level list -- list with latest entered items listed

  • Academic
  • Art
  • Food
    list with level clicked
  • Academic -- list with latest "Art" Entries

  • Art
    • Drawing
    • Oil Painting



  • Food
    Questions

    1 is this doable in the asprunner framwork?

    2 if so, are there any examples?
    TIA

    GAB

admin 10/9/2012

Check Master-Details option and chow Details in inline mode. To self join the table you will need to create a custom view of the same table and link it as details to the main table.