Sharing the goodness...
Beth Massi is a Senior Program Manager on the Microsoft Visual Studio BizApps team who build the Visual Studio tools for Azure, Office, SharePoint as well as Visual Studio LightSwitch. Learn more about Beth.
More videos »
I posted two more WPF "Forms over Data" videos onto the Developer Center that you should check out.
How Do I: Edit Tabular Data in WPF? - learn how to create a simple data grid in WPF for editing tabular data using Visual Studio 2008 Service Pack 1.
How Do I: Create a Master-Detail Data Entry Form in WPF? - learn how to create a master-detail (or one-to-many) data entry form in WPF using Visual Studio 2008 Service Pack 1.
Subscribe to the How Do I video feed.
Enjoy!
WPF Apps Carlos Quintero: Visual Studio 2010 PDC session: customizing and extending your developing environment
hi beth,
i can't seem to figure out how to sort the detail collectionviewsource. I try to add a sortdescription but i get:
"'System.Windows.Data.BindingListCollectionView' view does not support sorting."
I just want to change the order that the details are listed in the detail listbox, how would i do that?