RadGridView, for WPF .NET Framework 4.8, automatically hides rows that do not match the filter/search criteria after a row has been edited. How does one prevent the auto-filtering/searching?
A very important workflow for our customers is to search / filter for outliers and then edit the found rows. After they finish editing, they don't want the row to automatically disappear because of the search / filter doesn't match the row after the edits.
The customer only wants to search / filter if they actually initiated the action. They do not want auto searching and filtering.
Hello Stephen,
I am not sure that I fully understand this requirement. Is there any possibility of sharing a bit more information about it?
This isn't just some random request either, basically all our customers are displeased with this behavior. They only want filtering and searching if they initiated it, i.e. no auto filtering or searching.
The RadGridView control does not provide an option to prevent the cells from being filtered out when they no longer match the filter criteria. After an edit operation is performed, the filters will be refreshed, which is the default behavior of the control.
With this being said, what comes to my mind would be to disable the filtering part when performing a search operation. This way, the required items will only be highlighted and after they are edited, they will not disappear.
To learn more about this suggestion, check this article.