When you set WebGrid to ColumnSet layout, you can change it back to PlainColumn by setting WebGrid's row layout.
This topic will show you how to set WebGrid's row layout.
To hide/show the row headers
- Make sure your WebGrid already in ColumnSet layout.
- Right click on the WebGrid to open WebGrid.NET Designer.
- Set focus on Advanced tab - RootTable - RowLayout Expandable panel.
- Set RowLayout to PlainColumn.
References
RowLayout Property
Other Resources
Walkthrough Topics
How-to Topics