Intersoft WebGrid Documentation
How-to: Customize Pivot Chart View
See Also Send comments on this topic.

Glossary Item Box

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

  1. Right click on WebGrid instance and click on WebGrid.Net Designer.
  2. Go to Advanced tab >> WebGrid >> LayoutSettings and set the InitialView to PivotChartView.
  3. Click Apply >> OK.
  4. Run the project.

 

To display Pivot Chart only

  1. Right click on WebGrid instance and click on WebGrid.Net Designer.
  2. Go to Advanced tab >> WebGrid >> LayoutSettings and set the InitialView to PivotChartViewExclusive.
  3. Click Apply >> OK.
  4. Run the project.

 

To display both Pivot Chart and Grid View

  1. Right click on WebGrid instance and click on WebGrid.Net Designer.
  2. Go to Advanced tab >> WebGrid >> LayoutSettings and set the InitialView to Both.
  3. You also need to set the ChartDisplayPosition to Bottom.
  4. Click Apply >> OK.
  5. Run the project.

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.