Hi,
Using the same code to load data from the clipboard (copied from excel).
Using build 81009 it works fine.
Using build 81107 the first column from the source is skipped and the data from the second column (from excel) is inserted into the first column from the grid.
If you are using gridFromClipboard functionality - by default, values from first column treated as row IDs
To change behavior, add next line of code
grid.enableCSVAutoID(true);