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

Click Event On AutoCompleteBox

3 Answers 76 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
band
Top achievements
Rank 1
band asked on 21 Oct 2016, 08:32 PM
Hi simple question,

Upon clicking Autocompletebox, I would like an event to fire. There's no click event present. For now I used a MouseEnter event but I'm  looking for a click instead.

Any assistance would be greatly appreciated. 

Kind regards,

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 26 Oct 2016, 02:19 PM
Hi,

Could you please explain in more details the exact use case you have?  Do you need a click event of the input field of the control? Any additional information you could provide will be helpful.

Regards,
Yana
Telerik by Progress
Do you need help with upgrading your WPF project? Try the Telerik API Analyzer and share your thoughts!
0
band
Top achievements
Rank 1
answered on 26 Oct 2016, 08:10 PM
Hi Yana,

I would like to populate my autocompletebox collection upon clicking the autocompletebox.
0
Yana
Telerik team
answered on 28 Oct 2016, 08:03 AM
Hello Band,

You could customize the FilteringBehavior of RadAutoCompleteBox in order to achieve the required approach.  You could use the following example in our SDK Repository as a base:
https://github.com/telerik/xaml-sdk/tree/master/AutoCompleteBox/NoMatchFilteringBehavior

I hope this will be helpful.

Regards,
Yana
Telerik by Progress
Do you need help with upgrading your WPF project? Try the Telerik API Analyzer and share your thoughts!
Tags
AutoCompleteBox
Asked by
band
Top achievements
Rank 1
Answers by
Yana
Telerik team
band
Top achievements
Rank 1
Share this question
or