How to do "Jump to row" in Dynamic Data loading?

Hi, I have implemented dynamic data loading with large dataset on Datagrid, (of about 20000 rows, buffering 100 rows at a time) however I cannot find a method in the documentation that allows me to jump to a particular row, let’s say, the 10000th row. I have tried selectRowById() method, as well as showRow(row) and selectRow(row) method, but I cannot trigger the grid to go out and fetch the un-rendered row, not even by mygrid.render_row(row) or mygrid.render_dataset(10000,10100); Please help. Thanks!

showRow() and selectRow() method cannot “jumt” to the necessary row in case of dynamic loading. But we can experimental extension which can allow you do that. If you interesting in it please contact directly support@dhtmlx.com