DataGrid filters
This page was created by Hans.karlsen on 2022-04-21. Last edited by Edgar on 2025-08-31.
WPF
The DataGrid has filters in the columns that the end user can use.
To clear such filters in a view, you can call IWECPOFService.ClearAllDataGridFilters
public void ClearAllDataGridFilters()
{
   sp.GetEcoService<IWECPOFService>().ClearAllDataGridFilters();
}
