Hi taro,
Based on your description, I guess that the data is also loaded in the initialization, so you can try to load the data in the Form.load method.
If the data you load is too large, I suggest that you can load the control directly. And then use another thread or asynchronously to load the data, then display the data on the control after loading.
Loading a control is different from loading data, and more time will be wasted when loading data.
So in order to find the cause of the problem more accurately, please provide some code snippets without personal information.
Best Regards,
Daniel Zhang
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.