Check documentation for the latest version of dhtmlxSuite next DHTMLX Docs

next

returns ID of the next item (item with the index == current + 1)

string|number next(string|number id);
idstring|numberid of the item in question
string|numberthe id of the next item

Example

var next_id = myDataView.next(id);

Back to top