RightClick in a DataGrid
How do I determine which cell a user has right clicked in?
I want to use a ContextMenu to offer the user a simple Add, Edit, Delete menu option, but I need to determine which cell the user has right clicked in so that I can set up the necessary code.
|