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.

  • CSHTML
  • @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.

  • CSHTML
  • @Html.EJ().Pivot().PivotGrid("PivotGrid1").EnableToolTipAnimation(true)

    Tooltip in ASP NET MVC pivot grid control