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
75
Achieving 3 level hierarchy
posted

My problem is this.

Say, I got a list of customer, who inturn will have list of orders. Each order will have orderdetails list inside it.

I want to display the above information in a hierarchial fashion.

The solution has to look like this.

Customer

                    Order

                                    OrderDetails.

I created a typed dataset with customer as parent, order as a child of customer and orderdetails as child of order.

In the UI, i created 3 bands respectively. When I bind the data, I can see only the first two band details. i.e. Customer and order. I couldn't see the orderdetails information. How can I achieve this? Any samples will be of great help?

Parents
No Data
Reply
  • 7694
    posted

     

    Hello,

    I am trying to reproduce the issue, unfortunately to no avail... when bind UltraWebGrid to strong type dataset I display  data normally (hierarichical). I use Northwind data base. Please, find attached project and If this doesn't help, please provide additional information.

    Hope this helps.

     

    Hierarchical.rar
Children