DataGrid filters
No edit summary
(Automatically adding template at the end of the page.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''WPF'''
'''WPF'''


The DataGrid has filters in the columns that can be used by the end user.
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
To clear such filters in a view, you can call ''IWECPOFService.ClearAllDataGridFilters''
  public void ClearAllDataGridFilters()
  public void ClearAllDataGridFilters()
  {
  {
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