I am looking for a way to do the following.
We have a grid and 1 column has cells that are of a dropdown type with values of say Untested, Fail, Pass.
We have column filters enabled for this column and the scenario is the following :
The user will initially set the filter to “Untested” to only see untested rows and then they want to go in and mark Pass/Fail plus set values in a couple other cells in that row. However, since they have the filter set to “Untested” if they select Fail from the dropdown that row is instantly hidden and they can’t enter the other required data.
Is there a way to keep the untested filter applied on the initial data, but then once the user starts editing cells don’t apply the filter any more?