WebGrid provides feature that enables the grid to show Pivot Chart view initially,but
you can still revert back to GridView from status bar. Or, It can also
enable the grid to show only Pivot Chart view and you are not able to
revert back to GridView.
WebGrid also enables user to display both pivot chart and grid view at the same
time.
In this topic, you will learn how to show pivot chart view initially, display
pivot chart only and display both pivot chart and grid view.
To show Pivot Chart View initially
- Right-click on WebGrid instance and click on WebGrid Designer.
- Go to Advanced tab >> WebGrid
>> LayoutSettings and set the InitialView
to PivotChartView.
- Click Apply >> OK.
- Run the project.
To display Pivot Chart only
- Right-click on WebGrid instance and click on WebGrid Designer.
- Go to Advanced tab >> WebGrid
>> LayoutSettings and set the InitialView
to PivotChartViewExclusive.
- Click Apply >> OK.
- Run the project.
To display both Pivot Chart and Grid View
- Right-click on WebGrid instance and click on WebGrid Designer.
- Go to Advanced tab >> WebGrid
>> LayoutSettings and set the InitialView
to Both.
- You also need to set the ChartDisplayPosition to Bottom.
- Click Apply >> OK.
- Run the project.