DataGridClipboardCellContent has null value for Content. #5901
Unanswered
ShrutiJaiswal1494
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a DataGrid for which I want to get the focused cell value in
CopyingRowClipboardContent
event. Bute.ClipboardRowContent
returns me all selected cells values. To solve this I added the below event handler forCopyingRowClipboardContent
but when I try to extract thecurrentcell
Content
fromDataGridClipboardCellContent
, it returns null.Beta Was this translation helpful? Give feedback.
All reactions