Having trouble getting help?
Contact Support
Contact Support
ToolTip
11 Feb 20191 minute to read
Allows you to display the details of the cell on hovering value cells. By default, tooltip is enabled. You can disable tooltip in PivotGrid by setting the EnableToolTip
property to false.
@Html.EJ().Pivot().PivotGrid("PivotGrid1").EnableToolTip(false)
ToolTip Animation
The PivotGrid provides option to animate tooltip displayed in the grid. The animation enhances the appearance of tooltip by displaying it slowly. You can enable animation in tooltip by setting EnableToolTipAnimation
property to true.
@Html.EJ().Pivot().PivotGrid("PivotGrid1").EnableToolTipAnimation(true)