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?
Hello treehan,
I am just checking if you require any further assistance on the matter.
Sincerely,
Ekaterina
Developer Support Engineer
Infragistics
www.infragistics.com/support
I would like to simply disable the context menu altogether, hide it completely or something. substituting a different menu is a no-go here. Is there a way to make a context menu specifically for each UnboundField or for all the UnBoundFields? I could do that and just set its Visiblity to Hidden perhaps? But I haven't been able to figure out how to do this
This is not a viable solution for me. I don't want any context menu when i right-click any selected text of any unbound field. Your solution replaces the menu. But if I specify no menu items in the context menu, then right-clicking produces a sliver-like context menu with nothing in it-not a solution. Please see the attached pics and example solution (it is basically your example, but with no menu items). How do i simply not show any context menu here, since IG has supplied one for unbound fields etc? To be more specific, using the Feature Browser as I described above, you would need to select (highlight) some of the Product Name field's text and then right-click the text to see the CUT/Copy/Paste context menu.