I am just learning to use the Entity framework and I wondered how I can bind to a select few columns with my WPF Toolkit datagrid?
Can someone give me an example?
I've tried to set the DataContext to the Person Entity for example and then set the Itemsource binding path to a single column of the table, but it does not work.