Virtualization DropDownList Optional Over-Typed Value

1 Answer 71 Views
DropDownList
Jerdobi
Top achievements
Rank 1
Iron
Iron
Jerdobi asked on 14 Apr 2022, 11:00 PM

Does virtualization DropDownList support a user providing a value not in the list?  

Scenario:

There's a list of currently active work items that would be a query to a data source that populates the DropDownList.  There's a chance that the user would want to override this list and provide a value not provided in the DropDownList.   Can the virtualization drop down list provide the normal behavior but be able to over-type the selected value in the situation it doesn't match the needed value?

 

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 19 Apr 2022, 11:18 AM

Hello Jerdobi,

The DropDownList value should belong to the current list of items. For your scenario, consider a ComboBox with AllowCustom="true".

Alternatively, provide a mechanism for the user to add an item to the DropDownList datasource, and then select it as a second step.

Regards,
Dimo
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
DropDownList
Asked by
Jerdobi
Top achievements
Rank 1
Iron
Iron
Answers by
Dimo
Telerik team
Share this question
or