This is a migrated thread and some comments may be shown as answers.

Set ToolTip for AutoGenerated column

1 Answer 88 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Pranay
Top achievements
Rank 1
Pranay asked on 21 Aug 2012, 05:14 AM
I want to set ToolTime for autogenerated column at runtime without changing the style for headercolumn

here what i tried so far
<telerik:RadGridView.Resources>
<Style TargetType ="telerik:GridViewHeaderCell">
<
Setter Property="ToolTipService.ToolTip" Value="{Binding Content, RelativeSource={RelativeSource Self}}"/>
</Style>
</telerik:RadGridView.Resources>
 but Value="{Binding Content, RelativeSource={RelativeSource Self}}" is generating exception need help ASAP but I have demo today if possible , I already read other answer but changing header style is not good option for me.

I am using new build of silverlight controls

1 Answer, 1 is accepted

Sort by
0
Tobias
Top achievements
Rank 1
answered on 28 May 2013, 05:59 AM
Hi,
do you know a solution how to solve it, now? Thanks. :)
- Tobi

Update: A helpful blogpost: http://pranayamr.blogspot.ca/2012/08/assign-tooltip-to-dynamically-created.html
Tags
GridView
Asked by
Pranay
Top achievements
Rank 1
Answers by
Tobias
Top achievements
Rank 1
Share this question
or