Hai All,
I binded the Grid with customer with order details.I was binding using entity.It shows like,
Customers(Header)
-Customer1
(+)OrderDetails
-Order1
-Order2
-Customer2
In here i dont need to show those orderdetails(+)(that hirarchial structure only).i just want to show customers with order details.
-Order3
-Order4
like this,
How can i do this?
As far as I know, you cannot have the grid "skip" a level of the data hierarchy. You'll need to create an adapter class that re-shapes the data into the hierarchy that you wish to display.
Is the old answer still valid, or is there a new XamDataGrid way for skipping a level now (e.g. via AlternateBinding)?