Hi Isomorphic,
Currently we are using list grid with the following settings:
Is there any way that we can have fetch delay for only keypress on filter editor but for press Enter on filter editor and the filter button, the filter request can be kicked off without such delay?
Currently we are using list grid with the following settings:
- setShowFilterEditor(true)
- setFilterOnKeypress(true)
- setFetchDelay(2000)
Is there any way that we can have fetch delay for only keypress on filter editor but for press Enter on filter editor and the filter button, the filter request can be kicked off without such delay?
Comment