Last Updated:
25 Jul 2023 11:06
by Martin Ivanov
GridView: Pasted values are wrongly positioned when ClipboardPasteMode is AllSelectedRows and SelectionUnit is Cell or Mixed
Copied values are not pasted in the proper cells. This makes it seems that the pasted values occur in random cells.
The issue occurs when the ClipboardPasteMode enum property contains the AllSelectedRows value and the SelectionUnit property is Cell or Mixed.
To work this around, avoid using the AllSelectedRows ClipboardPasteMode. Or the SelectionUnit values Mixed and Cell.