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

Null Date

1 Answer 112 Views
DatePicker
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 02 Nov 2010, 03:02 PM
How do you set the DatePicker to show a blank / null date.

I have an intial value for datepicker but then I need to set the DatePicker to blank/null

I can set SelectedDate = null - but the display date stays the same

this

 

.calPaydate.SelectedDate = null;
this.calPayDate.displaydate =   ?????

thx

 

1 Answer, 1 is accepted

Sort by
0
Kaloyan
Telerik team
answered on 05 Nov 2010, 08:39 AM
Hi Jon,

The only thing you have to do is replacing the SelectedDate with SelectedValue property. This have been introduced as a big change in the Q2 release. Sorry for the inconvenience caused.

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
Jon
Top achievements
Rank 1
Answers by
Kaloyan
Telerik team
Share this question
or