Radscheduler Resource Colour changes to grey after I click Save - VB.NET

2 Answers 56 Views
Scheduler and Reminder
Dominic
Top achievements
Rank 2
Iron
Iron
Iron
Dominic asked on 26 Oct 2021, 01:26 AM

I have set the resource colour using "Me.RadScheduler1.Resources(0).Color = Color.Green" but after I click SAVE, the resource colour disappears and becomes grey. Can you let me know what I need to do?

Thanks and best regards,

Dominic

2 Answers, 1 is accepted

Sort by
0
Dominic
Top achievements
Rank 2
Iron
Iron
Iron
answered on 26 Oct 2021, 03:43 AM
Ok I have resolved it by adding "RadScheduler1.SchedulerElement.RefreshViewElement()"
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 27 Oct 2021, 08:22 AM
Hello, Dominic,

I am glad that the problem you were facing is now resolved. 

I believe that you followed this tutorial:
https://docs.telerik.com/devtools/winforms/knowledge-base/scheduler-databinding-tutorial 

Please have in mind that the ResourceMappingInfo offers a Color property as well. Thus, if you have an appropriate property in your database that stores the color, feel free to map the database property to it. Thus, you will extract the stored color and display the resource in the respective color. 

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Remote troubleshooting is now easier with Telerik Fiddler Jam. Get the full context to end-users' issues in just three steps! Start your trial here - https://www.telerik.com/fiddler-jam.
Dominic
Top achievements
Rank 2
Iron
Iron
Iron
commented on 27 Oct 2021, 08:54 AM

Thanks Dess, I will check it out.
Tags
Scheduler and Reminder
Asked by
Dominic
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Dominic
Top achievements
Rank 2
Iron
Iron
Iron
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or