Filtering Template Field

EmployeeIDTitleBirthDateHireDate
1 Sales Representative -664761600000704678400000
2 Vice President, Sales -563846400000713750400000
3 Sales Representative -200102400000702086400000
4 Sales Representative -1018828800000736387200000
5 Sales Manager -468028800000750816000000
6 Sales Representative -205200000000750816000000
7 Sales Representative -302745600000757468800000
8 Inside Sales Coordinator -378000000000762825600000
9 Sales Representative -123984000000784857600000
Description

The C1GridView now supports filtering for C1TemplateField in the grid.

The column will be filtered if the following column properties are set:

  • FilterOperator - the type of filtering to be performed.
  • FilterValue - the value which is used to filter the grid.

End-user filtering is allowed if the DataField property is set and ShowFilter property is set to True.

Documentation