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
710
Hide Hierarchial Relations
posted

I retrieved a DataSet from the database with multiple tables, and defined the relationships between the tables. When I bind the DataSet to the Tree, the relations show-up as nodes in the Tree hierarchy. How can I hide these relations.

For example, instead of:

Tom Harden

   InvoiceRelationshipName

      1   $500

      2   $450

I would like:

Tom Harden

   1   $500

   2   $450

Parents Reply Children
No Data