DataGrid filters
No edit summary
No edit summary
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()
  {
  {

Revision as of 06:36, 24 August 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