Check documentation for the latest version of dhtmlxSuite doesRowExist DHTMLX Docs

doesRowExist

determines if a row with the specified id exists

void doesRowExist(string|number row_id);
row_idstring|numberrow id

Example

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

Back to top