Be sure your post includes:
1. Smart GWT 3.0 nightly build
I've got a standard list grid showing a filter editor. I need to capture when a user presses a key inside the filter editor. Is this feasible?
I know I can subscribe to the filterData event but that only gets called when the user presses the Enter or Return key and I need to capture other key strokes.
I know the ListGrid has a KeyDown and KeyPressed event but since the FilterEditor is separate from the ListGrid, handling those events doesn't help.
If there's no way to capture FilterEditor keydown events, is there a way to capture all global keystrokes in Smart GWT?
Any suggestions on how to handle this case would be greatly appreciated!
1. Smart GWT 3.0 nightly build
I've got a standard list grid showing a filter editor. I need to capture when a user presses a key inside the filter editor. Is this feasible?
I know I can subscribe to the filterData event but that only gets called when the user presses the Enter or Return key and I need to capture other key strokes.
I know the ListGrid has a KeyDown and KeyPressed event but since the FilterEditor is separate from the ListGrid, handling those events doesn't help.
If there's no way to capture FilterEditor keydown events, is there a way to capture all global keystrokes in Smart GWT?
Any suggestions on how to handle this case would be greatly appreciated!
Comment