Is there a way to add a handler to a ListGrid's filter editors when filterOnKeypress is true? I would like to change a label's text when the user enters a something in a filter editor.
I tried ListGrid.getFilterEditorProperties().addKeyDownHandler but got an exception.
I tried ListGrid.getFilterEditorProperties().addKeyDownHandler but got an exception.
Comment