As you may know, iGrid tries to convert the value you put into a cell to the type of the existing cell value - no matter whether it is interactive text editing or copy/paste. When you copy the contents of a combo box cell and pastes it into another combo box cell, actually iGrid copies the value of the source combo item and tries to convert it to the type of the values in the destination cell. If this process fails, you see the error. This can happen if both cells use the same combo list but the values of its items have different data types.
If you can reproduce the problem in a simple project and send it to us (or publish here), we can discuss how to change your code to avoid this problem.