Intersoft Support Center

Perform Column Filtering Initially

WebGrid provides feature to filter column initially from designer.

In this topic, you will learn how to filter column initially.

To filter column initially

  1. Bind WebGrid to AccessDataSource (Using Customers table from NorthWind data source).
  2. Right click on WebGrid and choose WebGrid Designer.
  3. Select Allow Filtering to show the filter bar.
  4. Switch to Advanced tab. Expand RootTable and select FilterColumns.
  5. Add a column. Set ColumnMember to ContactName, FilterText to Maria and FilterType to Like.
  6. Run the project. WebGrid will filter ContactName column based on text "Maria".
Previous Next