DataGrid clear all text on Ctrl + C, Version: 0.10.0-preview5
See original GitHub issueWhen copy data with Ctrl + C all selected rows are emptied Data is copied to clipboard as expected
Version: 0.10.0-preview5
<DataGrid
CanUserReorderColumns="True"
CanUserResizeColumns="True"
CanUserSortColumns="True"
GridLinesVisibility="All"
IsReadOnly="True"
ClipboardCopyMode="IncludeHeader"
Items="{Binding SlicerProperties}">
Before Copy:
2 row copied
Ctrl + A & Ctrl +C
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Ctrl + c in DataGridViewCell edit mode copies the whole row
So I am able to select text in an editable cell and enter ctrl-C to copy "just" the selected text. -OR- It's quite...
Read more >Ctrl+A Ctrl+C (Cmd+A Cmd+C) does not copy text in preview
Press Ctrl A. Press Ctrl C. Try to paste text using Ctrl V. Expected result To ... Preview mode text copy does not...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sure
Any sample arround that?