# PivotGrid Details

Learn about the Detail Dialog from Wijmo's OLAP PivotGrid in this documentation topic

## Content

## Detail Dialog

The **PivotGrid** allows you to drill-down into cells to see the data items that were used to calculate each summary.

Users can invoke the detail dialog by double-clicking any value cell or righ-clicking and selecting *Show Detail* in the context menu. You can also invoke the detail dialog by calling the grid's **showDetail** method and passing the coordinates of the cell.

![pivot-grid-detail-dialog](https://cdn.mescius.io/document-site-files/images/3c7113e2-10b3-45ed-8f3b-9fb1e0af2b74/pivot-grid-detail-dialog.3b292b.png)

## Custom Detail Dialog

The grid exposes the detail dialog through its detailDialog property, which can be used to customize the dialog as shown in the image. Notice the layout change of the detail summary above the grid.

![pivot-grid-custom-detail-dialog](https://cdn.mescius.io/document-site-files/images/3c7113e2-10b3-45ed-8f3b-9fb1e0af2b74/pivot-grid-custom-detail-dialog.7d05a0.png)