1)Perfect:
now suppose that the datagrid control is bound to and Orders List .
i may add a Customer column field wich is a navigation property of the order object to add customer personal info: name, phone ... etc .
it would work with code above .
but the problem is Sorting
how can i tell to the datagrid to sort the orders by CUSTOMER.FirstName when i click the CUSTOMER column, because it cannot sort by the navigation property object itself .
2) again it worked ,
just need to adapt this to use the itemscontainer template, a little sleepy right now :)
anyway thanks for your assistance ... really appreciate !
now suppose that the datagrid control is bound to and Orders List .
i may add a Customer column field wich is a navigation property of the order object to add customer personal info: name, phone ... etc .
it would work with code above .
but the problem is Sorting
how can i tell to the datagrid to sort the orders by CUSTOMER.FirstName when i click the CUSTOMER column, because it cannot sort by the navigation property object itself .
2) again it worked ,
just need to adapt this to use the itemscontainer template, a little sleepy right now :)
anyway thanks for your assistance ... really appreciate !