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
9364
Binding Tree to DataView
posted

I am currently binding a tree to a parent datatable (A) in a dataset. As a result of the table relationship (parent A- child B), without any code, I am getting the nice band behavior  i.e. parent node A-child node B 

I need to switch my implementation to use a dataview instead of datatable A. What do I need to do to get the same parent node A-child node B look?

1. I do not believe I can have more than one table in a view. If I can, can I create a parent-child table relationship in a dataview and bind to the parent table?

2. If #1 is not a possibility, how do I achieve the above requirement?

 Thanks!

Parents
No Data
Reply Children
No Data