Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Benny Chan on Sep 03, 2009 12:09
open dhtmlx forum
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!
Answer posted by dhxSupport on Sep 04, 2009 06:46
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