DHTMLX Docs & Samples Explorer

getMarked()

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

Returns the array of marked cells (pairs of row id and column index)

   var markedArray = mygrid.getMarked();

See also: enableMarkedCells, mark, unmarkAll