This question is locked. New answers and comments are not allowed.
dpBirthDay =
new
RadDateTimePicker
{
FlowDirection = FlowDirection.RightToLeft,
Width = 140,
DisplayDate =
new
DateTime(1980, 6, 15),
DateTimeWatermarkContent =
"בחר תאריך =>"
,
InputMode = InputMode.DatePicker,
};
DateTime? dateTimeEnd =
new
DateTime(1992, 1, 1);
dpBirthDay.DisplayDateEnd = dateTimeEnd;
this code throw the following error:
Unhandled Error in Silverlight Application
Code: 2531
Category: ParserError
Message: Failed to assign to property 'Telerik.Windows.Controls.RadCalendar.DisplayDateEnd'.
File:
Line: 1061
Position: 60
RichrachTestPage.aspx, line 59 character 13
any solution?
thanks