Hi, I would like to know if this is possible, and maybe how to go about it?
I am using Datagrid Filter Row extension. My users want the Menu for each filter e.g. 'equal','beginwith' etc.
They would also like the 'filterDelay' style filtering where anything entered in the filter input can start filtering.
I can see that by using 'text' type with 'op' unspecified and 'filterDelay' set, that the defaultFilterOperator is applied automatically.
Is it possible to doFilter if, say the user enters into the box and then presses a certain key?
If no filter type is set I'd like to apply defaultFilterOperator, or if they previously chose another option then to stick with that and go ahead to 'doFilter'?
I have managed to get an individual filter input to do this by changing its options, but I can't work out how to apply this to all of my filters whenever they are built.

Any help gladly received!