Check documentation for the latest version of dhtmlxSuite getMarked DHTMLX Docs

getMarked

returns an array of marked cells (pairs of row id and column index)

array getMarked();
arrayan array of marked cells

Available only in PRO Edition

Example

var markedArray = myGrid.getMarked();

Back to top