Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Combobox > First value isn't displayed when ComboBox starts with a value
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered First value isn't displayed when ComboBox starts with a value

Feed from this thread
  • Tyler avatar

    Posted on May 10, 2011 (permalink)

    First off I am using a RadComboBox bound to a WebService. 

    Lets assume the web service returns three items with text "Foo", "Hello", "World".

    If I load the page with no value in the combobox, it works perfectly.  However, if I load it with say "Hello" as the loaded item, then I click on the combobox, then I click on bottom bar with the arrow (the rcbMoreResults item), I see the following in the drop down "Hello", "Hello", "World".

    I'm using Q1 2011 SP1

  • Helen Helen admin's avatar

    Posted on May 13, 2011 (permalink)

    Hi Tyler,

    Do you reproduce the problem at our online demo:
    http://demos.telerik.com/aspnet-ajax/combobox/examples/populatingwithdata/autocompletesql/defaultcs.aspx?

    Clicking on ShowMoreResultsBox simply fires the ItemsRequested event.
    You may apply any custom logic here to behave differently.

    Regards,
    Helen
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

  • Tyler avatar

    Posted on May 13, 2011 (permalink)

    No, I can't reproduce there because those pages don't have the ability to have a value already loaded into the combobox on page load.  Maybe this weekend or Monday I will have the time to set up a reproduction of this that I can send or post.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Combobox > First value isn't displayed when ComboBox starts with a value