In version 8.1 if you define a ListGrid disabled (with showFilter = true) when you say ListGrid.enabled(), the filterEditor takes the focus and it is enabled, but in version 8.2 you have to say: ListGrid.enable() and ListGrid.filterEditor.enable().
What is the correct way to do this?
What is the correct way to do this?