DHTMLX Docs & Samples Explorer

copyRowContent(from_row_id, to_row_id)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxgrid.js

copies row content to another existing row

  • from_row_id - id of the row to copy content from
  • to_row_id - id of the row to copy content to
   mygrid.copyRowContent("from_row_id","to_row_id");

See also: moveRow