Ctrl-C in Datagrid is throwing unhandled exception

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When i try to copy contents from datagrid cell is using "Ctrl-c" its throwing
an unhandled exception.

Exception Details:
--------------------
An unhandled exception of type 'System.InvalidOperationException' occurred
in system.windows.forms.dll

Additional information: The '' DataGridColumnStyle cannot be used because it
is not associated with a Property or Column in the DataSource.

Note: I am using DataGrid Table Style. All other key combinations are fine.

Any suggestions are greatly appreciated.

Thanks
 
Back
Top