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

Autocomplete with additional filter criteria

0 Answers 97 Views
AutoComplete
This is a migrated thread and some comments may be shown as answers.
Shane
Top achievements
Rank 1
Shane asked on 21 Jul 2012, 07:51 PM
I am using an Autocomplete and a listview bound to the same datasource.  The autocomplete allows the user to filter the data in the listview, and things work just great.  But now I need to add an Active criteria to the filter, this is a boolean which additionally allows the user to view records which are marked InActive.  The problem I'm having is that it seems that it seems that if the autocomplete is bound to a datasource it thinks it owns the datasource where filtering is required in that the search function sets the datasource's filter.  I thought about using two datasources so that the autocomplete just has it's own datasource but I would like the autocomplete to also use the Active criteria but I don't see any available hooks. 

Is there a way to have the autocomplete use additional criteria when calling to the datasource?

Thanks,
Shane Holder


No answers yet. Maybe you can help?

Tags
AutoComplete
Asked by
Shane
Top achievements
Rank 1
Share this question
or