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.
The most common mistakes I've seen are:
I have an example of binding to a four-level DataSet (not strongly typed) posted at:
https://es.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/17902/group-by-row-show-the-item-count-problem#17902
HTH