Currently having two kind of exporting options in pivot table component that are,
- *Grid exporting*(completely done by data grid component) and
- *Pivot Engine exporting*(done by our-self by getting information from pivot engine).
Both kind of exporting can be achieved by calling its public methods of each exporting types(PDF, Excel, CSV etc..).
In grid exporting, the customization can be done by passing appropriate parameters in the public methods.
But exporting through toolbar(grid exporting), the customization through the public methods isn't applicable.
So, such cases need to introduce *events to achieve the customization*.