Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
webdropdown customvalues false and initial selection???
posted

Hi, I need the following from the webdropdown. Seems like a common requirement from a dropdownlist but I'm having some trouble getting this right, any idea?

  1. Only allow databound items (items in the dropdown to be selected)
  2. autocomplete text
  3. Show initial text  ie.  "Please Select" (selected value will be 0)
  4. Be able to Tab through to next object in the DOM

it appears if you allowcustomevalues set to true then you can't have ie. "Please select" show initially.