The ASPxPivotGrid stores its intermediate state in a hidden CallbackState field. In some cases, especially when the ASPxPivotGrid is connected to a large OLAP cube, this state can have a significant size. If the CallbackState field affects your web application performance, you can store it in the Session object or a static variable. This example demonstrates how to do this.
↧