is there is a way when we click on the column header of the pivotgrid, a popup shows with information of this header? at least the column header label
Regards,
nharake
Hi
From 11.1 version there is a pivotGrid.HeaderCellClicked event which idenfities the user mouse click on header. Once you have this you can extract from event args the cell and member which is attached for this cell.
Todor