Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Customization Window

Page 1 of 6 (40 items)Prev123456Next
Order Year[Filter]
Page 1 of 6 (40 items)Prev123456Next
Customization Window Settings
v
Show Customization Window

This example shows the Fields Customization Window. This allows you to temporarily hide specific fields and then restore them again when needed.

ASPxPivotGrid allows you to show and hide the Fields Customization Window both on the server (using C# or VB code) and on the client using JavaScript. This demo shows the JavaScript usage. Here, when clicking the btnCustomizationFields button, we are calling the ChangeCustomizationFieldsVisibility method that hides or shows the Fields Customization Window.

The ChangeCustomizationFieldsVisibility method is a part of the ASPxPivotGrid's ClientSideAPI. The ClientSideAPI is a collection of methods and events available on the client.

Also, the demo shows the usage of the ClientSide CustomizationFieldsVisibleChanged event. When fired, this event changes the btnCustomizationFields button caption from "Show" to "Hide" and vice versa.


See Also:
Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxPivotGridDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxPivotGridDemos