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:
- Go to the demo page: http://demos.telerik.com/aspnet-ajax/combobox/examples/populatingwithdata/autocompletesql/defaultcs.aspx
- On any of the combo's click in the combo area and type the letter T
- 6 results display -- all the items starting with T
- Hit the backspace to remove the T
- My expectation is that the full list would now display but instead, only the T's display.
- Now type in the letter S
- 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?