Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
ToolTip for template column
posted

Hi,

 

I am using the ToolTipContentTemplate to show the tooltip on one of the XAMGRID template column.The XAML snippet for the same is shown below:

<Ig:TemplateColumn.ToolTipContentTemplate>

<DataTemplate>

              <StackPanel>

                     <TextBlock Text="{Binding SomeField}" />

              </StackPanel>

       </DataTemplate>

</Ig:TemplateColumn.ToolTipContentTemplate>

 

This template column has a ItemTemplate (TextBlock)  and a EditorTemplate (Control derived from TextBox).

 

With the above code the tooltip appears as expected but one of my requirement is to conditionally remove the tooltip for the cells at runtime. The tooltip should not be visible even if it is in edit mode.

 

I would appreciate, if you could please provide some guidance for the implementation of the above requirement.


Thanks,

Samson Tuscano

Parents Reply Children
No Data