Hello,
Is there any way to load data for a the DropDownList when the Dropdown gets opened, instead of when it gets initialized.
I've looked over examples and docs and also tried a workaround with virtualization, but even that loads the first page on intialization.
I have a UI with multiple DropDownList instances on the page that might not be interacted with, and I'd like to defer loading the data until the user actually interacts with them.
Thank you!