Intersoft Support Center

Perform Column Grouping Initially

WebGrid provides feature to group column initially from designer.

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

To group column initially

  1. Bind WebGrid to AccessDataSource (Using Customers table from NorthWind data source).
  2. Right click on WebGrid and choose WebGrid Designer.
  3. Click See all properties. Set GroupByBoxVisible to True.
  4. Switch to Advanced tab. Expand RootTable and select GroupColumns.
  5. Add a column. Set ColumnMember to Country, SortOrder to Ascending.
  6. Run the project. WebGrid will group Country column initially.
Previous Next