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
875
How to eliminate ContextMenu on cells?
posted

Apparently there is a ContextMenu (Cut/Copy/Paste) in the cells of xamdatapresenter.  How can i turn it off but keep my custom ContextMenu i created for the grid itself?  As an example, see the Feature Browser WPF->xamDataGrid->Data Binding and Interaction->Unbound Fields.  When you select the text inside of a cell, you can then right click and you will see a contextMenu w/ Cut/Copy/Paste. 

 

Also, why don't the doesn' Ctrl-X, C or V actually perform the cut copy or paste anyway.  Can i remove just the inputGestureText from the menu since it doesn't work anyway?