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
105
Column HeaderText as Tool Tip in XamGrid.
posted

How to show Column HeaderText  as Tool Tip in XamGrid.

  • 35319
    posted

    Hello Venkateswarlu,

     

    I am just checking if you require any further assistance on the matter.

  • 35319
    posted

    Hi Venkateswarlu,

     

    Thank you for your reply. I have been looking into your requirement and in order to activate the tooltip of the header you could set the ‘ToolTip’ property of the HeaderCellControl style like e.g.:

     

    <Setter Property="ToolTip" Value="{Binding Content, RelativeSource={RelativeSource Self}}"/>

     

    You can find the default styles for the XamGrid components in:

     

    C:\Program Files (x86)\Infragistics\2015.1\WPF\DefaultStyles\XamGrid\generic.xaml

     

    I am attaching a sample application(XamGrid_Header_Tooltip.zip) that shows this approach.

     

    Let me know, if you need any further assistance on this matter.

    XamGrid_Header_Tooltip.zip