This is a migrated thread and some comments may be shown as answers.

[Solved] RadComboBox - LoadOnDemand Issues

2 Answers 148 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Rick
Top achievements
Rank 1
Rick asked on 31 Aug 2009, 03:54 AM
Experiencing some issues with the RadComboBox when enabling LoadOnDemand with a WCF service.  I thought I had implemented something wrong until I went back to the demo pages and have found that this issue is evident on the demo page as well.

To reproduce:
  1. Go to the demo page:  http://demos.telerik.com/aspnet-ajax/combobox/examples/populatingwithdata/autocompletesql/defaultcs.aspx
  2. On any of the combo's click in the combo area and type the letter T
  3. 6 results display -- all the items starting with T
  4. Hit the backspace to remove the T
  5. My expectation is that the full list would now display but instead, only the T's display.
  6. Now type in the letter S
  7. Still the items starting with T display in the dropdown.  My expectataion is that any item in the list starting with S would dislplay

Like I stated, i'm have the same issues within my app and am using version (2009.2.826.35).  Is this an overall bug with the combo?  If so, will this get fixed?

2 Answers, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 01 Sep 2009, 02:49 PM
Hello Rick,

Yes, this is a bug in the service pack. Please check this forum post for more information.


Kind regards,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Kerim Suner
Top achievements
Rank 2
answered on 05 Sep 2009, 09:14 PM
The latest internal build (2009.2.831) only partially addresses this problem. If you type something that exists in the list and then you erase it, it works. However if you type something that does not exist in the list (which results in 'no matches') then even if you erase the search box, the list is not populated.
Tags
ComboBox
Asked by
Rick
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Kerim Suner
Top achievements
Rank 2
Share this question
or