Known as a rich feature component, Intersoft WebGrid.NET ColumnSet has many settings that can be attached to each table and can be found in expandable ColumnSetSettings property. We can customize numerous setting such as GridLineColor, GridLines, GridLineStyle, RowCount and ShowHeaders.
- GridLineColor is a property to set a color to the grid line, example : red, blue.
- GridLines is a property to set the type of grid line, example : vertical, horizontal.
- GridLineStyle contains line styles that can be applied into grid line, example : dotted, solid, double.
- RowCount is a property to set the number of rows in a ColumnSet.
- ShowHeaders is a property to set whether the header of the ColumnSet is visible or not.
This is the snapshot of WebGrid.NET Designer showing the ColumnSet Settings.
When we set the ColumnSet Settings as above, the ColumnSet grid will be shown like below snapshot, look at the red dotted line on every horizontal GridLine.
Getting Started
Getting Started
Getting Started
Other Resources
Walkthrough Topics
How-to Topics