Check documentation for the latest version of dhtmlxSuite getSelectedCellIndex DHTMLX Docs

getSelectedCellIndex

returns the index of the selected cell or -1, if there is no selected cell

number getSelectedCellIndex();
numberthe index of the selected cell or -1

Example

var ind=myGrid.getSelectedCellIndex();

Back to top