wpfsilverlighteventsdatagrid

Is there a DatagridColumn sort event?


Is there an event that gets fired when one clicks the ColumnHeader of a Datagrid to trigger a sort on that column ?


Solution

  • DataGridColumnHeader is a control itself so you should be able to assign an handler to its MouseLeftButtonDown event programatically.