This question is locked. New answers and comments are not allowed.
I want to have a checkbox column in my grid in which the checkbox in each row is data bound to a property on a business object. I would also like to customize the column header to contain a check box and maintain sortability. The GridViewSelectColumn does not provide the functionality I need because I can't bind the checkboxes to my business object in my view model.
Is there a way to programatically access the header cell and customize the XAML for a single column header?
Is there a way to programatically access the header cell and customize the XAML for a single column header?