TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Dorra Tayâa
NA
3
4.7k
change RadNumericUPDown background by style
Aug 7 2014 6:31 AM
hello i'm trying to add style which change radnumericupdown background when it got the focus but this doesn't work
<Style TargetType="{x:Type telerik:RadNumericUpDown}" >
<Style.Triggers>
<Trigger Property="IsFocused" Value="true">
<Setter Property="Background" Value="#FEFCD7" />
</Trigger>
<Trigger Property="IsFocused" Value="false">
<Setter Property="Background" Value="White"/>
</Trigger>
</Style.Triggers>
</Style>
Reply
Answers (
0
)
WP8 App Localization
how to remove underlines from hyperlink text in xaml