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

font size raddatepicker

1 Answer 309 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Allen
Top achievements
Rank 1
Allen asked on 20 Nov 2012, 11:40 AM
Hai,
    
     How can I change the font size of the raddatepicker. thanks in advance.

Allen

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 20 Nov 2012, 11:49 AM
Hi,

Try setting the Font-Size property of DateInput to achieve your scenario.

ASPX:
<telerik:RadDatePicker ID="RadDatePicker1" runat="server">
    <DateInput Font-Size="15px">
    </DateInput>
</telerik:RadDatePicker>

Hope this helps.

Regards,
Princy.
Tags
Calendar
Asked by
Allen
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or