Team,
I have a scenario where the control gets initialized immediately. As query params, I need to send some data which I have to fetch from another API. (This data is needed to send correct data source list in first time)
How can I achieve this?
If I initialize data source after some time (put under setTimeOut() in demo),binded value is not shown.
In case data source is initialized in beginning, wrong data will be received since complete query params were not present. (this data is received by an API call)
Could you please provide how to achieve this?
Thanks
Tuariq
Attachment:
DataSource_in_TimeOut_fa93b377.zip