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!
Hello vrn,
I believe that I was able to achieve the desired scenario and attached my sample to this post for you. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.