After a DojoX DataGrid row selection and subsequent filter of input data from a text box, why is the input text box focus lost? What's a proper way to return focus, so that a user can continue to enter data? The example below demonstrates this disruptive behavior, where focus is stolen from the input box and placed in the DataGrid.
Steps taken to demonstrate this:
- Select a row on DataGrid
Result:
Selected row is highlighted blue - Type in input text box
Result:
Your keystroke(s) are entered before losing focus,
Filter takes your keystrokes and fetches data,
Focus is taken off of the text box
