Intersoft WebGrid Documentation
How-to: Filter column initially
See Also Send comments on this topic.

Glossary Item Box

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.NET 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".

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.