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

Glossary Item Box

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

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.