Hi All,
I think this is a simple question. How do I disable copy from a DataGridView. It's a silly security feature.
Thanks,
Hi All,
I think this is a simple question. How do I disable copy from a DataGridView. It's a silly security feature.
Thanks,
http://msdn.microsoft.com/en-us/library/2dzbc92t.aspx
Assuming this is Windows Forms, (because that's where the DataGridView is - Asp.NET it's a DataGrid) you can set the ClipboardCopyMode to "disable".