Team,
With a particular set of steps, manually triggering loading of remote data fail to work for syncfusion dropdown control when item template is used.
Steps to reproduce the bug (With reference to demo project attached):
1. Select some value from dropdown.
2. Click on "Refresh Remote Data" => The remote data does get refreshed. API call can be seen from networks.
3. Again open the dropdown, this time search some value and then select it
4. Click on "Refresh Remote Data"
Expected Result:
The remote must get refreshed for the control making API call.
Actual Result:
No API call is made. The data however get refreshed only when dropdown is clicked again. This happen only when itemTemplate is used.
If we don't use itemTemplate, the data does get refreshed.
Could you help me out how to resolve this issue?
Thanks
Tuariq
Attachment:
Remote_Data_Fail_To_Refresh_30c41530.zip