How can I access DataGrid area not filled with Cells?

I want to add context menu for this area only
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can assign a ContextMenu to the DataGrid itself for the “Blank” area, but it will also appear for any rows you right-click on, if you don’t have a different context menu assigned to the rows (or the “DataGrid.RowStyle” property).
The ‘workaround’ is to simply assign a different context menu to the rows, specifically.