Check documentation for the latest version of dhtmlxSuite unselectRowById DHTMLX Docs

unselectRowById

unselects a row by ID

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

Example

myGrid.unselectRowById('row1');

See also
Change log

added in v5.2

Back to top