Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1059
UltraTree
posted

Hi,

I am pretty new with UltraTree. Do you by any chance have a sample code that shows to how to create one?

I want to create a tree similar to the below example:

Name       age           height

+Joe           25                5'11

+John      21                  6'5

         name drilldown/expansion when user clicks to plus sign button.

        Name           Age        Height

      + Joe Lee        21             5'7

       + Joe Tow     22            6'2

                    if user now clicks on Joe Lee, they can expand further.

Thanks

Joe

Parents
  • 469350
    Offline posted

    Hi Joe,

    The easiest way to do this is to bind the tree to a DataSource, like a DataSet or an UltraDataSource. Is that what you want to do?

    Or are you trying to populate the tree in code without a DataSource?

    Either way, there are samples installed with NetAdvantage that do this, as well as step-by-step instructions in the documentation.

Reply Children