D
David Elliott
I created a context menu and bound it to the data grid
this.dataGrid1.ContextMenu = this.contextMenu1;
This works fine when I right click.
What I am trying to do is to capture the data that is in the specific DataGrid box that
the context menu was created on. I am then going to pass it to another winform.
The functionality that I am looking for is if you left click on some code in Visual Studio
and then right click and select copy. Do a paste somewere else . Whatever line you
were on was selected for the copy.
Any thoughts would be appreciated.
Dave
(e-mail address removed)
this.dataGrid1.ContextMenu = this.contextMenu1;
This works fine when I right click.
What I am trying to do is to capture the data that is in the specific DataGrid box that
the context menu was created on. I am then going to pass it to another winform.
The functionality that I am looking for is if you left click on some code in Visual Studio
and then right click and select copy. Do a paste somewere else . Whatever line you
were on was selected for the copy.
Any thoughts would be appreciated.
Dave
(e-mail address removed)