Using Dynamic Data on Hierarchical (nested) Objects

Rate It (2)

Last post 10-02-2009 8:46 AM by victorb4u. 6 replies.

Sort Posts:

  • Using Dynamic Data on Hierarchical (nested) Objects

    11-07-2008, 4:51 PM
    • Member
      point Member
    • Jared2008
    • Member since 11-04-2008, 1:33 AM
    • Posts 3

    Hi, I have been playing around with the Sample Site that comes with the Futures release. I noticed that there is the ability to generate a UI from a simple object, but I have not seen an easy way to modify this and generate a hierarchical UI (TreeView) from a complex nested object. Are there any plans to add this? Or does anyone have any guidance on the best way for me to do this myself? Or am I barking up the wrong tree by attempting to use the dynamic data framework for this?

     

  • Re: Using Dynamic Data on Hierarchical (nested) Objects

    12-06-2008, 5:22 AM
    • Member
      134 point Member
    • codemobile
    • Member since 09-07-2008, 6:34 AM
    • Posts 98

     Which type of Heirarchical data structure you are using ?

  • Re: Using Dynamic Data on Hierarchical (nested) Objects

    12-06-2008, 3:40 PM
    • Member
      point Member
    • Jared2008
    • Member since 11-04-2008, 1:33 AM
    • Posts 3

    Any nested object. For example, a Customer object:

    Customer

      -Name

        --FirstName

        --MiddleInitial

        --LastName

      -Address

        --AddressLine1

        --City

        --State

        --Zip

      -Contacts[]  // This is a collection of Contact objects

        --Name

          ---FirstName

          ...

        --EmailAddress[] // This is a collection of strings representing the email addresses

        --Phones[] // This is a collection of phone objects

          ---AreaCode

          ---Number

          ---Extension

          ---PhoneType

  • Re: Using Dynamic Data on Hierarchical (nested) Objects

    05-26-2009, 11:50 AM
    • Member
      12 point Member
    • nbruckelmyer
    • Member since 11-19-2005, 9:20 PM
    • Posts 3

    Have you figured out how to get this working?

  • Re: Using Dynamic Data on Hierarchical (nested) Objects

    10-01-2009, 10:22 AM
    • Member
      92 point Member
    • victorb4u
    • Member since 08-24-2009, 8:30 AM
    • Posts 27

    have you?

    Mark as answer!
  • Re: Using Dynamic Data on Hierarchical (nested) Objects

    10-01-2009, 3:51 PM
    • Member
      point Member
    • Jared2008
    • Member since 11-04-2008, 1:33 AM
    • Posts 3

    Never did get this working with Dynamic Data. If I remember correctly, I found out that this was not supported by Dynamic Data at the time I posted this. I have not looked at Dynamic Data in a while though. It may be supported now. Anybody know?

  • Re: Using Dynamic Data on Hierarchical (nested) Objects

    10-02-2009, 8:46 AM
    • Member
      92 point Member
    • victorb4u
    • Member since 08-24-2009, 8:30 AM
    • Posts 27

    wow, you actually replied after 1 year or so


    Mark as answer!
Page 1 of 1 (7 items)