Hello, I'm trying to validate pasting into the grid. I'm using PastingCellClipboardContent because it lets me know which cell is being pasted into and the value, but I can't cancel at this point. Even if I set the e.Handled = true, the value is in the cell. The Pasting event will cancel, but that event doesn't have a GridViewCellInfo object like PastingCellClipboardContent does, so I don't know which cell(s) are being pasted and their values. Is there a way to handle this so I can validate the input and cancel or allow each value for each cell?
Thanks,
Scott
Thanks,
Scott