DataGrid filters

WPF

The datagrid has filters in the columns that can be used by the end user.

To clear such filters in a view you can call IWECPOFService.ClearAllDataGridFilters

public void ClearAllDataGridFilters()
{
   sp.GetEcoService<IWECPOFService>().ClearAllDataGridFilters();
}
This page was edited 74 days ago on 02/10/2024. What links here