This question is locked. New answers and comments are not allowed.
I want to set ToolTime for autogenerated column at runtime without changing the style for headercolumn
here what i tried so far
but
I am using new build of silverlight controls
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>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