DHTMLX Docs & Samples Explorer

doesRowExist(row_id)

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

determines if row with specified id exists

  • row_id - row id

Returns true if exists, false otherwise

   var exist=mygrid.doesRowExist("some_row_ID");

See also: getRowId, getRowIndex