Workaround, use the Pasting event of RadGridView and perform the needed validation
In order for the CellValidating/CellValidated events to fire for each cell, when a user pastes data, the ClipboardPasteMode property of RadGridView should be set to GridViewClipboardPasteMode.EnableWithNotifications.