Reputation: 5886
Is there an event that gets fired when one clicks the ColumnHeader of a Datagrid to trigger a sort on that column ?
Upvotes: 0
Views: 785
Reputation: 38179
DataGridColumnHeader is a control itself so you should be able to assign an handler to its MouseLeftButtonDown event programatically.
Upvotes: 0