I need to do something when a cell is modified via pasted content, I don't seem to find any event that gets fired while/after text is pasted into the cell.
I have tried: ValueChanged CellValidating CellPaint CellValuePushed CellValueNeeded Validating
in a desperate attempt of finding out what fires, I know some of those events obviously won't fire.
My problem is that I can't seem to catch the event of paste, I would think and hope there IS an event linked to the action.
Using RadForms 2012Q3 RadGridView control.
Thanks in advance!