Dropdown with free text Other field

Thread is closed for posting
1 posts, 0 answers
  1. D41B02FE-0EF9-48A6-9B2C-E910424294F5
    D41B02FE-0EF9-48A6-9B2C-E910424294F5 avatar
    23 posts
    Member since:
    Jul 2012

    Posted 11 Oct 2018 Link to this post

    A dropdown is usually a list of static options the user can choose from. In some cases, however, you want to have a option like "Other" where they can enter free text.

    In many forms this is accomplished by showing an appropriate row with JavaScript in case the list is a checkbox list or a radio button list. 

    You can have similar functionality in a RadDropDownList by creating a template that will have a textbox and to use the client-side events of the textbox to transfer its text to the Value of the dropdownlist item. 

    An example is attached below.

    dropdown with free text option

Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.