AD
Administrator
Syncfusion Team
April 8, 2004 10:01 AM UTC
This is by design.
When you paste text, CurrentCellChanged is not fired, but this.gridDataBoundGrid1.Model.PasteCellText is fired instead so you can catch the pasting into any cell, not just the currentcell. So, you will need to subscribe to this evenbt to catch a paste into a cell.