Hi Shafaq,
Thanks for using Syncfusion controls.
We have checked the reported issue and attached code snippet form our side. To achieve you requirement, you need to add the items in main thread. So that, only the UI got update in View.
We have prepared the sample based on your requirement and attached for you reference. You can download the same from the below link.
private void Timer_Tick(object sender, ElapsedEventArgs e)
{
this.RunOnUiThread(new Runnable(orderI.AddMore){ });
}
|
Regards,
Sivaraman S