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

Autofill and Display

3 Answers 113 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
RJ
Top achievements
Rank 1
RJ asked on 26 Aug 2010, 08:32 PM

Hi,

I’m calling an asynchronous WCF service and adding the items into the RadComboBox.  I would like to call the same service as I am typing in the RadComboBox (text passed as a parameter to the service) and auto fill and display the results. Please advise.

Thanks
RJ

3 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 30 Aug 2010, 04:06 PM
Hello,

Thank you for contacting us.

I would suggest you to handle TextInputStart event. It fires every time when you type a single character in RadComboBox when is in edit mode. Then you could get the inputted text via Text property of the arguments and make a call to the service. 

I hope this helps.

All the best,
George
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
RJ
Top achievements
Rank 1
answered on 02 Sep 2010, 01:19 PM


Hi George,

I could not find the TextInputStart event. However, I’m calling the WCF service asynchronously from the PreviewKeyUp event of the combobox and adding the items at runtime.  I have the following properties turned on

SelectedIndex="0"

OpenDropDownOnFocus="true"

IsFilteringEnabled="True"

StaysOpenOnEdit="True"

TextSearchMode="Contains"

I can view the added items in the combobox but I can’t select the items from the list. The AutoComplete/filter is also not working. Can you suggest anything?


Thanks
RJ

0
Konstantina
Telerik team
answered on 07 Sep 2010, 11:37 AM
Hello RJ,

Thank you for your reply.

The correct properties are set for the filtering. There is no reason for it to not work. Could you please try to strip your application and send it to us. In that way we will be able to investigate the cause of the problems in a timely manner.

Looking forward to your reply.

Regards,
Konstantina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ComboBox
Asked by
RJ
Top achievements
Rank 1
Answers by
George
Telerik team
RJ
Top achievements
Rank 1
Konstantina
Telerik team
Share this question
or