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

[Solved] hoe to change DatePicker Height

2 Answers 331 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
pasam Anna
Top achievements
Rank 1
pasam Anna asked on 01 Feb 2010, 03:56 AM
Hi
  How to change DatePicker Height.
Not Textbox height.popup height

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 01 Feb 2010, 04:41 AM
Hello Pasam Anna,

Set the Height property of Calendar in RadDatePicker in order to change the height.

ASPX:
 
<telerik:RadDatePicker ID="RadDatePicker10" runat="server"
    <Calendar runat="server" Height="400"
    </Calendar> 
</telerik:RadDatePicker> 

-Shinu.
0
pasam Anna
Top achievements
Rank 1
answered on 01 Feb 2010, 06:35 AM
Hi shinu,
            thanks for your Answer.
Increase height is working fine
But when I decrease height  its not working.
For my case I need to give height to 160px

Tags
General Discussions
Asked by
pasam Anna
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
pasam Anna
Top achievements
Rank 1
Share this question
or