DrillThroughEventArgs
23 Sep 20251 minute to read
The drill-through event arguments provides the necessary information about the cell clicked in the pivot table for drill-through.
Properties
cancel boolean
Defines an option to restrict the drill-through operation.
columnHeaders string
Defines the column header of the clicked cell.
currentCell IAxisSet
Defines the cell item that is clicked.
currentTarget Element
Defines the cell element that is clicked.
gridColumns ColumnModel[]
Defines the grid cell information that used to render multiple header rows(stacked headers) on the Grid header in drill-through popup dialog.
rawData IDataSet[]
Defines the actual cell set information about the clicked cell.
rowHeaders string
Defines the row header of the clicked cell.
value string
Defines the actual value of the clicked cell.