Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #1491


Ignore:
Timestamp:
05/04/11 10:32:09 (14 years ago)
Author:
abeham
Comment:

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.
     1Sometimes 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.
    22
    3 I think the paste handler should check for row headers. This problem might be due to the .net data grid.
     3Paste into a `StringConvertibleArray` doesn't seem possible.