This question is locked. New answers and comments are not allowed.
hi ,
i added tooltip to my xaml this way:
and it's working fine after i added it to the colume but the backgroud color changed!
from code behinde i load this backgroud
and after i have the tool tip the backgroud become black
how can i fix it?
i added tooltip to my xaml this way:
<UserControl.Resources> <Style x:Key="CustomerFullName" TargetType="telerik:GridViewHeaderCell"> <Setter Property="ToolTipService.ToolTip" Value="I am a ToolTip"/> </Style>and it's working fine after i added it to the colume but the backgroud color changed!
from code behinde i load this backgroud
this.Customers.SetValue(Telerik.Windows.Controls.StyleManager.ThemeProperty, new Telerik.Windows.Controls.Office_BlueTheme());and after i have the tool tip the backgroud become black
how can i fix it?