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

StartsWith Filter on 2 fields

0 Answers 48 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
C
Top achievements
Rank 1
C asked on 10 Oct 2012, 08:47 PM
I know this functionality does not exist out of the box, but I was wondering if there was some way to have (force/hack/trick) the combo box to filter on two fields and use startswith.

If I was considering the contains filter there is an easy work around in that I could concatenate the two fields into one and point the filter at the new field. Sadly I'm required to only use starts with.

I was wondering if there was some private event that I can piggy back onto. For example, right after a combo box has filtered after a key press. Is there some event I can hook into?

No answers yet. Maybe you can help?

Tags
ComboBox
Asked by
C
Top achievements
Rank 1
Share this question
or