lazy loading and insert/update

Is it possible to also use update and insert on a dataset and lazy loading automatically for bigger datasets with XDATA or do I have to program that all by myself?

Thanks!

I Like to add that I am talking about the combination XDATA and WebCore

You can perform dataset update and insert with TXDataWebDataset, yes. After posting data, call ApplyUpdates and data will be sent back to the server. For lazy-loading, you will have to do it manually, treating the JSON received from the client accordingly.