DataGrid filters
No edit summary
(Automatically adding template at the end of the page.)
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
  }
  }
  [[Category:WPF]]
  [[Category:WPF]]
{{Edited|July|12|2024}}

Latest revision as of 15:29, 10 February 2024

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