Drill Down
The ASPxPivotGrid is designed to build summarized reports so that end-users can easily and quickly analyze large quantities of data. Features like filtering, top value display, hierarchical value arrangement on the axes, grand and group totals give you a wide range of tools to control the data's level of detail. The drill down capability included in the suite completes the massive arsenal in this toolset. With this feature you can easily take a look at the records that were used to calculate a particular summary.
Just a single line of code is required to obtain the records behind a summary. With just a few additional lines, you can show the obtained data in any suitable control, say for instance our ASP.NET Grid View Control.
The following image shows you how the drill down feature works. (See online demo) 
|