AsyncUpdateAllCells on AdvDBGrid

Hi,

I'm filtering a IWDBAdvWebGrid connected to a ClientDataSet.
The asynchronous update of the grid goes fine using AsyncUpdateAllCells, 
except that it won't append or remove lines.
Although it might be by design, would there be a workaround?

Thanks,
Didier

Can you please try setting the ShowRowsAlways property to True?

This should take care of appending/removing lines asynchronously.

Great, it works like a charm!

Thank you