I am using data grid in wpf, and it has copy and paste by default.
I have a date time column and i used binding and String format to make it show it in the date time format i want.
However, when i copy and paste, the pasted text becomes the unformatted date time.
Is there a way to do a copy a paste on "What you see is what you get?"
Thanks, Kev
Edit: I tried using ClipboardContentBinding, putting same thing as i did in binding. And that didn't work