What event is raised after pasteBlockFromClipboard operation

I want to refresh ‘grid A’ after copy-pasting into ‘grid B’. Can anybody tell me what event I can use to register a callback after this operation is finished? And will I have to reload the ‘grid A’ xml data or call refresh? Plz reply at earliest! It’s urgent!

You may try to use onGrid Reconstructed event to control the adding/removing data in the grid.
http://docs.dhtmlx.com/doku.php?id=dhtmlxgrid:event_ongridreconstructed

To refresh the needed grid you may try to use clearAndLoad() method:
http://docs.dhtmlx.com/doku.php?id=dhtmlxgrid:api_method_dhtmlxgridobject_clearandload