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

Continuity please!!!!

1 Answer 36 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 26 Oct 2010, 12:03 PM
OK I've just been working on an app that passes recurring appointment data between the scheduler for ASP.net and the one for WinForms.  Tricky but I'm getting there.  I have found something utterly idiotic and sorry but that is the only word for it.

The ASP implementation of the RecurrenceDay has None = 0, Sunday = 1, Monday = 2 etc. 

The corresponding implementation in WinForms of a WeekDays enum is None = 0, Monday = 1, Tuesday = 2 etc. 

Presumably the WPF version has the week starting on Wednesday and Silverlight is Thursday ?

I think that there should be some big glaring article in the help pages of both ASP.Net and WinForms control sets warning people of this mismatch.  I'm now going to have to have a small helper translation function to handle it.  I'm just pleased that I noticed this before going live.

Jon

1 Answer, 1 is accepted

Sort by
0
Dobry Zranchev
Telerik team
answered on 01 Nov 2010, 07:41 AM
Hi Jon,

Thank you for writing.

Unfortunately, we have some difference in the implementation. Thank you for the feedback, we will synchronize the enums. You will able to get the changes in the next official release.

For further questions, feel free to contact us.

Regards,
Dobry Zranchev
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
Scheduler
Asked by
Jon
Top achievements
Rank 1
Answers by
Dobry Zranchev
Telerik team
Share this question
or