We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Is it a bug?

Using GirdDataBoundGrid, selecting a cell(click the cell), press Ctrl+C to copy the content, press the Arrow(up, down, left, right) to move to another cell, press Ctrl+V to paste the content... the CurrentCellChanged event never occurs why Thanks Cldk

1 Reply

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.

Loader.
Live Chat Icon For mobile
Up arrow icon