I want to add a different context menu for my datagrid\'s header on WPF. How can I do that?
You can create a Context Menu for your Data Grid Column Headers or for your Data Grid Rows using DataGrid.ColumnHeaderStyle or DataGrid.RowStyle, respectively. See example: