Unplanned
Last Updated: 25 Jul 2023 11:06 by Martin Ivanov
Martin Ivanov
Created on: 25 Jul 2023 11:06
Category: GridView
Type: Bug Report
0
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.
0 comments