Created dynamic dropdown and binding the names of the product and data is huge.
If try to enter some text its not working.
When type some text in dropdown it should filter and display related data/names to select.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 2 days ago
Hi Niranjan,
You can achieve that using the following option in your dropdown:
new DropDown { IsDisplayFilterShown = true, Width = 200 };
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 2 days ago