SmartRendering

We are having bunch of rows, and we don’t want to do the pagings, instead, wanted to use the smart rendering. We have a question in this. as we scroll, Will it do a server trip, with the row index and the number of rows to be returned ? Or it will be coming out from the cached data from the server?

Also is there any event, that we can attach, for the smart rendering ? like we have for sorting and paging.

In case of dynamic smart rendering the data will be loaded to the grid partially. Here you can find the tutorial:
docs.dhtmlx.com/doku.php?id=dhtm … ep_by_step

For the adding rows controlling you may try to use onRowCreated event:
docs.dhtmlx.com/doku.php?id=dhtm … rowcreated

In case of dynamic smart rendering onXLS event also may help you.
Example:
dhtmlx.com/docs/products/dht … ation.html