Hi Muhammad,
Thanks for your interest in
Syncfusion products.
Based on the current
implementation of Schedule, “ScheduleResourceTypeCollection” property of
schedule’s collection change will not be listened, instead you need to set the
value to this property instead of clearing and adding the items in it. For that
please refer the below forum,
Forum Link : http://www.syncfusion.com/support/forums/winrt/sfschedule/114704
We have analysed your requirement
based on the given data, and we have prepared a simple sample for the same,
please find the sample in the attachment.
In the provided sample, we have achieved
your requirement by using the below code snippet,
Code Snippet:
[c#] //To remove the resource this.schedule1.Resource
= string.Empty; //To
Clear the Appointments this.schedule1.Appointments.Clear(); //To
reset the Resource Collection this.schedule1.ScheduleResourceTypeCollection
= ResourceCollection; this.schedule1.Resource = "Coder"; //To reset new Resource. |
If the provided solution doesn’t
meet your requirement, please revert us back with more information about your
requirement, or modify the provided sample based on it, to reproduce the issue,
so that we could analyse on it and provide you possible solution.
Regards,
Joy Oyiess Rex K
Hi Muhammad,
Thanks for your update.
We are not able to reproduce the
mentioned issue with our current version, as per the provided replication
procedure. So could you please provide us, assembly version details in which you
are using our Schedule control, so that we could analyse on it and provide you
better solution.
Please let us know, if you have any
concerns.
Regards,
Joy Oyiess Rex K
Hi Hiren,
We are unable to reproduce the mentioned issue with the given information. Please provide more information or else provide a simple sample which replicates the issue. It would be helpful to provide a prompt solution.
Regards
Vigneshkumar R.