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
70
How to Bind Ultrawebgrid to a complex data entity
posted

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.