Check documentation for the latest version of dhtmlxSuite idByIndex DHTMLX Docs

idByIndex

Returns the ID of an item with the specified index.

void idByIndex();

Example

var id = data.idByIndex(index);

Back to top