Check documentation for the latest version of dhtmlxSuite show DHTMLX Docs

show

adjusts the scrollbars of dataview to make the item in question visible

void show(string|number id);
idstring|numberid of the item in question

Example

myDataView.show(id);

Details

the method can be used as the continuation of the select() command which selects an item, but doesn't guarantee that the item is visible

Back to top