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

DatePicker Issues

1 Answer 56 Views
DatePicker
This is a migrated thread and some comments may be shown as answers.
Senthilraja
Top achievements
Rank 1
Senthilraja asked on 22 Oct 2010, 06:00 PM
Hi

Some issues are in telerik version 2010.2.924.1040(Licensed Version).

Issues:
1. Watermark displays in bottom of the textbox when disabled mode.
2. Not able to hide days and week number after set AreWeekNamesVisible and AreWeekNumbersVisible properties to false.

Its very urgent, please reply immediately.

Thanks & Regards
Senthil

1 Answer, 1 is accepted

Sort by
0
Kaloyan
Telerik team
answered on 27 Oct 2010, 07:53 AM
Hello Senthilraja,

You need to set these properly through the CalendarStyle property. Follow the sample bellow:

<telerik:RadDatePicker HorizontalAlignment="Center" VerticalAlignment="Center"
                IsReadOnly="True">
            <telerik:RadDateTimePicker.CalendarStyle>
                <Style TargetType="telerik:RadCalendar">
                    <Setter Property="AreWeekNamesVisible" Value="False" />
                    <Setter Property="AreWeekNumbersVisible" Value="False" />
                </Style>
            </telerik:RadDateTimePicker.CalendarStyle>
        </telerik:RadDatePicker>


Best wishes,
Kaloyan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
DatePicker
Asked by
Senthilraja
Top achievements
Rank 1
Answers by
Kaloyan
Telerik team
Share this question
or