Skip to content

revisit the UI of the GridWithFilter

  • When a user type something in the selector field, the content of the grid is almost immediately filtered.
  • Some user complains that it is not working since they type one character, have to way the filtering, moving again the mouse to the field, type a second character, and so on so force.
  • The delay to buffer change is 500 ms for text field and 1000 ms for date. It might be to short.
  • Modify the interface to introduce a Go button. The user can fill fields of the form and press the Go button when it is happy.
  • Press the Go button or type ENTER should have the same effect.
  • When the selector is expand the focus has to be given to the first field of the selector.
  • The behavior base on change event or on the Go button is defined in the configuration of the object.
  • By default, activate the GO button approach.
  • ...