Hello,
Let’s say that I have this treegrid .
If I am filtering by “First Name” to be “Paula” only the records that have first name = “paula” will be displayed.
After that if I change the filter, I want to be displayed the records that have last name = “johnson” , no record will be displayed because the first filter is still applied. So it will look for records that have first name=”paula” and last name=”johnson” .
Is there a possibility to delete the previous filter when I change the column on which I want to apply a filter ?
In this example, when I select the column “last name” I want to delete the filter : first name = paula
Thank you,
Alexandra