Smartrendering and parse not working so good...

Hi,

We have to fill a grid with more that 1000 items. It is not very large amount of data, but it take a while to retreive in the database, so we are interested in using the smartrendering functionnality.

So we enable it with
mygrid.enableSmartRendering(true);

and after that, after clicking on a button of a toolbar, we start to fill the grid by sending an AJAX request and if there is no error, sending it to the grid to parse it like that :
mygrid.clearAll();
mygrid.parse(respGrid.xmlDoc.responseXML);

The first 70 rows loads without problem (70 is the number of rows we load at once), but no other request is sent when scrolling down to the grid… do you have an idea ?

Please check if first portion of rows contains ‘stat_total’ attribute with number of expected rows. Please find Dynamic Smart Rendering tutorial here docs.dhtmlx.com/doku.php?id=dhtm … ep_by_step