This is a migrated thread and some comments may be shown as answers.

Custom tooltip content

1 Answer 67 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Tayonee
Top achievements
Rank 1
Tayonee asked on 26 Mar 2015, 10:06 PM
Is there any way that we can customize the content of the tooltip functionality in the RadPivotGrid?

I essentially want to be able to customize the tooltip that appears on a row header using load-on-demand functionality to display some content that would not always be needed, and would otherwise slow down the pivot grid significantly if I always had it render with the control.

1 Answer, 1 is accepted

Sort by
0
Marin
Telerik team
answered on 31 Mar 2015, 11:16 AM
Hi,

The tooltip in RadPivotGrid offers flexible options for customizing its appearance as shown in this online demo:
http://demos.telerik.com/aspnet-ajax/pivotgrid/examples/tooltips/defaultcs.aspx

There we use the preloaded data related to each cell and we modify the appearance using the client-side API of the control and the OnToolTipShow event.

If you need to apply any additional server-side customizations you can access the ToolTipManager related to the RadPivotGrid though its server-side property:
RadPivotGrid1.ToolTipManager

Additional information on tooltip in RadPivot grid is also available in the following help topic:
http://www.telerik.com/help/aspnet-ajax/pivotgrid-tooltips.html

Regards,
Marin
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
PivotGrid
Asked by
Tayonee
Top achievements
Rank 1
Answers by
Marin
Telerik team
Share this question
or