Thank you for quick response,
I understand during startup there is some slow down.
but I’m hoping during scheduled data append at the tail of the data
will not freeze the entire widget.
Does it unload and load the entire dataset again when this method code been executed ???
pivotGridInstance.refresh();
Is there an asynch way of doing data append.
Thanks