Hello,
I have a problem with the ComboBoxItem. With the method setPickListFields I have defined several fields that should be displayed. The default functionality in this case is the following: when the user types something in the ComboBox, the elements that will be shown are filtered by making a search in only one of the fields (which I previously defined), but iŽd like to perform the search at the same time within the other fields too, so that if the text of the search equals the text of any element in any column, this element will also be displayed. How can I make that? (How can I search in more than one column at the same time?)
I have a problem with the ComboBoxItem. With the method setPickListFields I have defined several fields that should be displayed. The default functionality in this case is the following: when the user types something in the ComboBox, the elements that will be shown are filtered by making a search in only one of the fields (which I previously defined), but iŽd like to perform the search at the same time within the other fields too, so that if the text of the search equals the text of any element in any column, this element will also be displayed. How can I make that? (How can I search in more than one column at the same time?)