Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
xamDataGrid PreviewMouseRightButtonDown not called
posted

Hi,

My problem is that I'm losing the context menu on a xamdatagrid after a series of steps. I have a xamdatagrid and do this:

1. Select a bunch of rows.

2. Right click anywhere on the selected rows.

3. Context menu pops up as expected.

4. Left click on one of the selected row.

5. Selection of the bunch of rows remains.

6. Right click again anywhere on the selected rows.

7. Context menu DOES NOT pop up and xamDataGrid_PreviewMouseRightButtonDown DOES NOT get called

Any ideas?

Thanks!