DHTMLX Docs & Samples Explorer

onRowPaste Event

This event occurs for each row that was pasted from the clipboard (block selection extension). onRowPaste event passes the following parameter:

  • rId - id or the row.
          grid.attachEvent("onRowPaste", function(rId){});