Hi
I have a complex entity called customers which inturn contains collection of orders.
I would like to bind customers entity to the Ultraebgrid.
But as the Customers inturn contains a list<orders>,
I am not able to set like
grid.datasource=list<Customer>
I want to display only the customers details,no child bands are required.
Could any one suggest me the best approach to do this.