DHTMLX Docs & Samples Explorer

idByIndex (index)

Required library edition: This method works with any edition of DHTMLX library

Required library file: dhtmlxdataview.js

Returns ID of item with specified index

  • index - index of the item in question
	var id = view.idByIndex(index);