Steps to reproduce:
1) Hook SfCellGrid's
CommitCellInfo & QueryCellInfo:
CellGrid.Model.CommitCellInfo += RowList_CommitCellInfo;
CellGrid.Model.QueryCellInfo += RowList_QueryCellInfo;
2) Enter some dummy data into the grid
3) Copy this data selecting more than 1 cell
4) Paste these cells into another part of the grid
5) Notice RowList_CommitCellInfo info is not fired, my data source cant be updated with the pasted values.