DHTMLX Docs & Samples Explorer

isChecked()

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

indicates whether the cell is checked. Returns true if the first child of the cell is checked. Otherwise, false.
Applicable to the 'radio' and 'checkbox' cells only.

Returns: boolean

mygrid.cells("row1",1).isChecked();