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

EmptyMessageStyle-Font-Italic

1 Answer 108 Views
Input
This is a migrated thread and some comments may be shown as answers.
Kjell
Top achievements
Rank 1
Iron
Kjell asked on 16 May 2012, 06:20 PM
EmptyMessageStyle-Font-Italic="true" is not work.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 17 May 2012, 06:39 AM
Hi Kjell,

Try following css to style the EmptyMessage of RadTextBox.

CSS:
<style type="text/css">
       .riDisplay
        {
            font-style :italic !important;
        }  
</style>

Hope this helps.

Thanks,
Princy.
Tags
Input
Asked by
Kjell
Top achievements
Rank 1
Iron
Answers by
Princy
Top achievements
Rank 2
Share this question
or