BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi Muhammad,
Thanks for your interest in
Syncfusion products,
We are not able to reproduce the
mentioned issue, we suspect that the issue occurred due to the “ResourceCollection“
which you have used in your sample may be either null or its property changed may
not listened properly. We have prepared a simple sample for the same, please
find the sample in the attachment.
If the provided solution doesn’t
meet you requirement, please revert us back with more information by modify the
provided sample to reproduce the issue, so that we could analyse on it and
provide you possible solution.
Please let us know, if you need
any further assistance.
Regards,
Joy Oyiess Rex K
Hi Muhammad,
Thanks for your update.
Could you please share us a simple sample to reproduce the
issue, along with below information,
Assembly version (in which you are
using our SfSchedule control).
Platform
.Net Framework Version
so that we could analyse on it and provide you possible
solution.
Please let us know, if you have any concerns.
Regards,
Joy Oyiess Rex K
Hi Muhammad,
Yes, we are able to bind the ‘Resource’ property of
SfSchedule with the SelectedItem property of ComboBox, for that please refer
the below code snippet.
Code Snippet:
[c#] Binding resourceBind = new Binding(); resourceBind.Source =
Resource_Combo; resourceBind.Path = new PropertyPath("SelectedItem"); resourceBind.Mode = BindingMode.TwoWay; BindingOperations.SetBinding(this.Schedule1, SfSchedule.ResourceProperty,
resourceBind); |
We have also modified the sample for the same, please find
the sample in the attachment.
Please let us know, if you need any further assistance.
Regards,
Joy Oyiess Rex K
Hi Muhammad,
Please find the modified sample
in the attachment and let us know, if you need any further assistance.
Regards,
Joy Oyiess Rex K