Hi Isomorphic,
using current 12.0p we are using a ComboBoxItem to search of entries. The search itself is quite expansive on the server side, so we do not want too many or unnecessary requests fired.
I know that we have setMinimumSearchLength() and setFetchDelay(). What I want to do is to set the fetchDelay to a high number (e.g. 10sec) and then start searching after either that time or if the user triggers the search via "Enter"-key. Is this "Start search via Enter" possible?
Also, is it possible (and a good idea?) to make the picklist-fetch blocking, meaning to set on the picklistProperties-ListGrid-fetch-requestProperties showPrompt:true?
Thank you & Best regards
Blama
using current 12.0p we are using a ComboBoxItem to search of entries. The search itself is quite expansive on the server side, so we do not want too many or unnecessary requests fired.
I know that we have setMinimumSearchLength() and setFetchDelay(). What I want to do is to set the fetchDelay to a high number (e.g. 10sec) and then start searching after either that time or if the user triggers the search via "Enter"-key. Is this "Start search via Enter" possible?
Also, is it possible (and a good idea?) to make the picklist-fetch blocking, meaning to set on the picklistProperties-ListGrid-fetch-requestProperties showPrompt:true?
Thank you & Best regards
Blama
Comment