Changes between Initial Version and Version 1 of Ticket #1491
- Timestamp:
- 05/04/11 10:32:09 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1491
- Property Priority changed from medium to high
- Property Summary changed from The StringConvertibleMatrixView cannot read its own clipboard format to Improve copy and paste between StringConvertibleMatrix and -Array
-
Ticket #1491 – Description
initial v1 1 When copying from one string convertible matrix view to another the data is corrupted. An additional first column is introduced. One has to export it to e.g. excel and from there back to the data grid, in order to make it work.1 Sometimes the row headers are included in the clipboard data when copying from one string convertible matrix view to another the data is corrupted. When the other matrix reads this it will treat the row headers as an extra column. 2 2 3 I think the paste handler should check for row headers. This problem might be due to the .net data grid.3 Paste into a `StringConvertibleArray` doesn't seem possible.