CurrentCellAcceptedChanges event not fired when I paste onto grid

Hi I am using Syncfusion 3.0 GridGroupingControl. I am trapping CurrentCellAcceptedChanges event. This works fine when user enters a value in the grid. But when the user pastes values from clipboard, it does not fire the event. How can this be implemented? Thanks Sameer

3 Replies

AD Administrator Syncfusion Team January 17, 2005 10:29 AM UTC

To validate pasted text, you can use the grid.Model.PasteCellText event.


AD Administrator Syncfusion Team July 27, 2005 02:54 AM UTC

I also have this question, i will calculate some row''s value, but CurrentCellAcceptedChanges not fired after paste! How can i handle?


AD Administrator Syncfusion Team July 27, 2005 08:11 AM UTC

Try using this event to see if it allows you to do what you want. this.gridGroupingControl1.SaveCellFormattedText

Loader.
Up arrow icon