Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
handling ClipboardOperationError during Clipboard pasting
posted

I'd like my users to be able to paste in more rows than my current DataGrid has. I am using the ClipboardPasting event to place the clipboard values into my dataGrid and would like add new rows and paste into them if the paste has more rows than the grid. I see that in the ClipboardOperationError I can disable the throwing of the dialog and continue with the operation, however the clipboard gets truncated to the size of my grid. How can I get the full clipboard and not the truncated one?

Chip

Parents
No Data
Reply Children
No Data