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

Get number of suggested items

1 Answer 39 Views
AutocompleteBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Stephan
Top achievements
Rank 2
Stephan asked on 28 Oct 2013, 10:30 AM
Hi Telerik Team,

I'm searching for an event that gets fired when new suggestions were made upon the text box input. The reason is that I need to know when there are no suggested items available because the input does not match any of the available items. Maybe there is another way to achieve this without such an event?

Regards,
Stephan

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 30 Oct 2013, 02:52 PM
Hi Stephan,

You can hook the PropertyChanged event of RadAutoCompleteBox and listen for changes of the FilteredSuggestions property. This property returns you all currently available suggestions. You can also use this property to get their current count.

I hope this helps.

Regards,
Deyan
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
AutocompleteBox
Asked by
Stephan
Top achievements
Rank 2
Answers by
Deyan
Telerik team
Share this question
or