Any idea why the MouseDown event isn't firing on the grid control. Is this a known problem or might it be something specific to my app ?
Hello,
The XamDataGrid is handling the bubbling events to perform internal logic and this is not only true for the XDG. You would have to use the tunneling events. You can find more information on WPF events here.