DHTMLX Docs & Samples Explorer

changeRowId(oldRowId, newRowId)

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

changes id of the row to the new one

  • oldRowId - row id to change
  • newRowId - row id to set
   mygrid.changeRowId("old_rowID","new_rowID");

See also: setRowId