We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Tooltip for GanttGrid Cell

Hi,
is it possible to set a Tooltip for specific cells? 
I tried already 
<sf:GanttControl Margin="0 8 8 0"  ItemsSource="{Binding Path=PhaseTaskEnumerable}" 
                             ShowDateWithTime="True"  
                             UseAutoUpdateHierarchy="False"
                             FiscalYearBeginsOn="January"
                             WeekBeginsOn="Monday"
                            sf:GridTooltipService.ShowTooltips="True"
                             x:Name="gantt" >

and in the QueryCellInfo-Event i´m doing this:
e.Style.ToolTip = "my tooltip";

Any ideas? 
Thanks in advance

1 Reply

RA Rachel A Syncfusion Team December 10, 2015 05:15 AM UTC

Hi Kamil,

Thanks for contacting Syncfusion support.

Query: How to set tooltip for every cell?

We can set the tooltip for every cell by applying ToolTipTemplate for each  cells in the InternalQueryCellInfo event and also prepared the sample based on your requirement. Please download the sample from the following location.

Custom_Tooltip

Regards,
Rachel.A

Loader.
Live Chat Icon For mobile
Up arrow icon