DataGrid filters
No edit summary
m ((username removed) (log details removed): Moving to Documentation namespace)
(No difference)

Revision as of 21:13, 20 December 2023

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();
}
This page was edited 99 days ago on 02/10/2024. What links here