Repro-steps
- Create a Form
- Add a RadGridView control
- Add two Text columns
- Run the form
- Add a new row to the RadGridView with values "a" and "b"
- In Excel fill a row with two cells with values "c" and "d"
- Select those cells and copy them to the clipboard
- In the RadGridView select the first cell of the row
- Paste the data
Expected behavior
- The values "c" and "d" are in the row
Observed behavior
- The values "System.IO.MemoryStream" and "b" are in the row
Extra info
If the first column is of another type (like GridViewDecimalColumn) a DataError occurs (because "System.IO.MemoryStream" cannot be parces to a decimal).