DHTMLX Docs & Samples Explorer

deleteRow(row_id)

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

delete row from the grid

  • row_id - row ID
   //delete row with id "row1"
   mygrid.deleteRow("row1");

See also: deleteSelectedRows, addRow