I am trying to display a DataGrid when the Drop Down is selected in a ComboBox. I have found many examples in forums and blogs but most of the serious ones appear to use Expression Blend, which I don't have access to. I understand custom Control Templates. What I'm in need of is some help with:
- Binding the DataGrid columns to data from a DataContext.
- Allowing for column sorting.
- Allowing for column (re)arranging.
- Allowing for on-the-fly show/hide of columns.
Can anyone point me in the direction for one or more of my needs?
Thanks