I am unable to update the cell background color on the paste of cell values.
I have tried the Pasted, Pasting, PastingCellClipboardContent events on the radgridview. All of this events provide GridViewCellInfo which does not contain the enough information to update background color of the cell.
Also CellValidating event is not fired for the pasted cells in the radgridview, could you please let me know the reason for the same?