DHTMLX Docs & Samples Explorer

addRowFromClipboard()

Required library edition: This method requires Professional Edition of the DHTMLX library
Required library file: dhtmlxgrid_nxml.js

Method allows user to add new row from clipboard. New row is being added to the last position in the grid.

   mygrid.addRowFromClipboard();

See also: addRow, gridFromClipboard, pasteBlockFromClipboard, updateCellFromClipboard, updateRowFromClipboard