We're using a TextItem as a search bar. We can execute the search on change or with the enter key. However, we'd like to have functionality similar to the ListGrid's filter editor.
https://www.smartclient.com/smartgwt...etchDelay-int-
The default delay is 300 milliseconds. Is there a way to have this same "delay" functionality with a TextItem? We tried the onChangedHandler but that executes way too much.
https://www.smartclient.com/smartgwt...etchDelay-int-
The default delay is 300 milliseconds. Is there a way to have this same "delay" functionality with a TextItem? We tried the onChangedHandler but that executes way too much.
Comment