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

AppointmentStatus type hatch display problem

2 Answers 56 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Nadia Sangiovanni
Top achievements
Rank 1
Nadia Sangiovanni asked on 25 Aug 2010, 04:57 PM
Hi experts,

I create my own status design as per the following code
radScheduler1.Statuses.Add(new AppointmentStatusInfo(100, "InProduction", Color.Red, Color.White, AppointmentStatusFillType.Hatch));
radScheduler1.Statuses.Add(new AppointmentStatusInfo(101, "BOM", Color.Blue, Color.White, AppointmentStatusFillType.Hatch));
radScheduler1.Statuses.Add(new AppointmentStatusInfo(102, "Done", Color.Red, Color.White, AppointmentStatusFillType.Solid));
radScheduler1.Statuses.Add(new AppointmentStatusInfo(103, "Planif", Color.FromArgb(68, 140, 227), Color.White, AppointmentStatusFillType.Solid));

and set the appointment StatusId property to 100, 101, 102, or 103 value.

It was working properly with Telerik Q2 2010 version. Since I install Q2 2010 SP1, the appointment with hatch fill type status are not displayed properly. It's like the back color, in my case red (100) or blue (101), are always black.

Best Regards,
Nadia

2 Answers, 1 is accepted

Sort by
0
Dobry Zranchev
Telerik team
answered on 31 Aug 2010, 08:50 AM
Hi Nadia,

Thank you for your feedback.

I was able to reproduce the issue. I did the necessary changes in our code and you will get the correct behavior in Q2 2010 SP2 expected in the first half of September.

Your Telerik points have been updated for the report.

If you have other questions feel free to contact us.

Best wishes,
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
0
Nadia Sangiovanni
Top achievements
Rank 1
answered on 31 Aug 2010, 02:48 PM
Thank you Dobry for your answer.

I will be awaiting your new release soon.

Best Regards,
Nadia
Tags
Scheduler and Reminder
Asked by
Nadia Sangiovanni
Top achievements
Rank 1
Answers by
Dobry Zranchev
Telerik team
Nadia Sangiovanni
Top achievements
Rank 1
Share this question
or