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

Bug in recurrence pattern dialog

2 Answers 46 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
hwsoderlund
Top achievements
Rank 1
hwsoderlund asked on 14 Jun 2013, 08:29 AM
This issue can be reproduced in your own demo application at http://demos.telerik.com/silverlight/#ScheduleView/FirstLook.

See the attached screen shot for instructions on how to reproduce. When you have followed the steps in the screen shot, save the appointment. Then open the same appointment again and open the recurrence pattern. You will notice that value in the "day of month" box has not been saved. It now displays 0 instead of the number entered in the previous step.

I will also tell you why this is happening: You have removed the property DayOfMonth (which was obsolete in the Q1 version) without updating the xaml template accordingly. The "day of month" box is still trying to bind to the DayOfMonth property (nullable int) when it should be binding against the DaysOfMonth collection ( int[] ). Please make sure that this is fixed in an internal build soon.

Best regards,
/Henrik Söderlund

2 Answers, 1 is accepted

Sort by
0
hwsoderlund
Top achievements
Rank 1
answered on 14 Jun 2013, 08:47 AM
Forgot to mention that the properties I am mentioning, DayOfMonth and DaysOfMonth, are in the RecurrencePattern class
0
Vladi
Telerik team
answered on 19 Jun 2013, 02:10 PM
Hello,

We managed to observe the issue and it seems that there is an issue with the obsolete DayOfMonth property and the new DaysOfMonth collection. Your remarks are on spot and we will do our best to have this issue fixed as soon as possible.

I updated your Telerik points for bringing this to our attention.

Regards,
Vladi
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
ScheduleView
Asked by
hwsoderlund
Top achievements
Rank 1
Answers by
hwsoderlund
Top achievements
Rank 1
Vladi
Telerik team
Share this question
or