The user chooses a value in the filter and the grid is filtered for just those values. However, when the user clicks on the filter dropdown again, they only see the value they entered previously. In version 5 they would still see all the available values in the complete table.
Is there a way to still see all the values in the filter dropdown.
At the moment, inputFilter does not provide a dropdown list. However, based on your description, selectFilter or comboFilter might be a better fit.
In the comboFilter, you can set readonly: true in the configuration — this will disable text input while keeping all the dropdown options visible, even after selecting a value.
I actually pasted the wrong code and I was using the selectFilter which behaves a little different in the newer versions.
However, based on your feedback I did start using the comboFilter with the readonly set to true and my users do like that better.
However, with the comboFilter, it is not intuitively obvious how to remove a filter. If you have a comboFilter on a column where some cells have no data, then clicking on the “blank entry” in the drop down has the effect of filtering the grid and showing only records with no data. While this is technically correct, my users are used to the old version where clicking on the “blank entry” in the drop down removed the filter entirely and restored all records in the grid.
Thanks again.
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan