Filtering Data-Bound Field

 CompanyCityQuantity
SelectAlfreds FutterkisteBerlin6
SelectAna Trujillo Emparedados y heladosMéxico D.F.4
SelectAntonio Moreno TaqueríaMéxico D.F.7
SelectAround the HornLondon13
SelectBerglunds snabbköpLuleå18
SelectBlauer See DelikatessenMannheim7
SelectBlondel père et filsStrasbourg11
SelectBólido Comidas preparadasMadrid3
SelectBon app'Marseille17
SelectBottom-Dollar MarketsTsawassen14
Description

The C1GridView supports an intuitive user interface for filtering the rows 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 ShowFilter property is set to True.

Documentation