Hi,
I have a grid control which is working nicely, except that it only showed the first 100 rows in the underlying database table. My connector code included this statement:
$grid->dynamic_loading(100);
which I’ve since commented out, and now the grid is showing all the rows in the table correctly.
My question is, exactly how do I implement the smart rendering feature, please? I used the documentation at this page:
http://dhtmlx.com/docs/products/dhtmlxGrid/samples/14_loading_big_datasets/11_pro_prefetch.html
… but is seems either incorrect or incomplete: I cannot see where the ‘posStart’ and ‘count’ parameters, which are mentioned briefly in the text, are actually used in the code sample.
Thank you for your help!