Grid: allow user to enter value other than Dropdown list

Hi,

I have enabled a dropdownedit for control to ease the input of the user. However, dropdownlist does not allow value that is not in the field. How do I allow users to enter values that are not in the list?


SAM



2 Replies

RS Renjith Singh Rajendran Syncfusion Team May 3, 2022 11:33 AM UTC

Hi Sam,


Greetings from Syncfusion support.


We are checking this scenario from our side. We will update you further details by May 5, 2022.


Until then we appreciate your patience.


Regards,

Renjith R



RN Rahul Narayanasamy Syncfusion Team May 5, 2022 01:56 PM UTC

Hi SAM,


Thanks for your patience.


We have the Custom Value option in ComboBox and Multiselect Dropdown Component. In DropDownList we don’t have the Custom Value option. We suggest you try ComboBox instead of Dropdown Component. Because both components have similar functionalities. Also, We shared the sample and documentation link of the ComboBox component. Please let us know if you face any complexity in the use of the ComboBox Component.


Sample Link: https://blazor.syncfusion.com/demos/combobox/custom-value?theme=fluent


Documentation (CustomValue for ComboBox) : https://blazor.syncfusion.com/documentation/combobox/custom-value


To use this in the Grid column while editing, we suggest you to render the ComboBox in the EditTemplate feature to achieve this above requirement.


https://blazor.syncfusion.com/documentation/datagrid/cell-edit-types#using-combobox-in-edittemplate


Please let us know if you have any concerns.


Regards,

Rahul



Loader.
Up arrow icon