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
285
ToolTip for ColumnHeader
posted

is it possible to set / data bind ColumnHeader tooltip to a value in the data source (or any other value for that matter) ?

 

Thanks

Parents
  • 40030
    Offline posted

    Hi, 

    We don't offer a Tooltip property for the ColumnHeader, however you could specify one if you use the HeaderTemplate property. 

    However, the only way you'd be able to bind to your DataSource is via a Binding, where you pass in the source. 

    So, for example, if you had a view model defined as a StaticResource. 


    {Binding Source={StaticResource yourViewModelKey}, Path=Column1.Text}

    -SteveZ 

Reply Children