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?
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.