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

sfdatagrid tooltip is not showing

Hi,

I found the tooltip for the sfdatagrid is not working, example below, I also try it your sample project, it is not working too. It was working before, and only recently change I made was updating to version 12.3.0.29

  <syncfusion:GridTextColumn HeaderText="Description" Width="200"  MappingName="Description" TextWrapping="Wrap">
                    <syncfusion:GridTextColumn.ToolTipTemplate>
                        <DataTemplate>
                            <TextBlock Text="{Binding Description}" />
                        </DataTemplate>
                    </syncfusion:GridTextColumn.ToolTipTemplate>
                </syncfusion:GridTextColumn>

Please advice me on this.
Mindy


2 Replies

TC Tommie Chen replied to Tommie Chen November 16, 2015 10:00 PM UTC

Hi,

I found the tooltip for the sfdatagrid is not working, example below, I also try it your sample project, it is not working too. It was working before, and only recently change I made was updating to version 12.3.0.29

  <syncfusion:GridTextColumn HeaderText="Description" Width="200"  MappingName="Description" TextWrapping="Wrap">
                    <syncfusion:GridTextColumn.ToolTipTemplate>
                        <DataTemplate>
                            <TextBlock Text="{Binding Description}" />
                        </DataTemplate>
                    </syncfusion:GridTextColumn.ToolTipTemplate>
                </syncfusion:GridTextColumn>

Please advice me on this.
Mindy


Hi, 

I figure this out, I need add

ShowToolTip="True"

and there is no need for ToolTipTemplate since it is showing same information.

Thank you,



AS Ayyanar Sasi Kumar Jeyaraj Syncfusion Team November 17, 2015 05:34 AM UTC

Hi Tommie,


Thank you for the update.
Please let us know if you have any other query.


Regards
Ayyanar


Loader.
Live Chat Icon For mobile
Up arrow icon