J
Joe Cool
I am working on an app that displays some data from a database table
in a DataGridView control. Every colukmn is set to read only and the
user is not allowed to edit the data in the control in any way. I
would like to enable the user to be able to easily copy the data and
paste it into some other application like a text editor. I can select
the rows I want to copy and put the data in the clipboard with Ctrl/C,
but I would like for the user to also be able to do that with the
standard context menu we see a lot that has Undo, Cut, Copy, Paste,
Delete and Select All on it but right clicking anywhere on the control
does not display any context menu. Is there a way to get this back?
in a DataGridView control. Every colukmn is set to read only and the
user is not allowed to edit the data in the control in any way. I
would like to enable the user to be able to easily copy the data and
paste it into some other application like a text editor. I can select
the rows I want to copy and put the data in the clipboard with Ctrl/C,
but I would like for the user to also be able to do that with the
standard context menu we see a lot that has Undo, Cut, Copy, Paste,
Delete and Select All on it but right clicking anywhere on the control
does not display any context menu. Is there a way to get this back?