Hi Andreas,
Greetings from Syncfusion Support.
Q: I tried to colorize different appointment types through "ScheduleResource" and "ColorField" which works at first but when I reload the same data through a button click, the colors disappear and the default color for all appointments is used.
We were unable to reproduce the reported issue using below code snippet. We have shared a sample for your reference which can be downloaded from the following.
void OnButtonClick()
{
var MyData = DataSource;
DataSource = MyData;
this.ScheduleObj.RefreshEvents();
} |
Kindly try the above sample and get back to us how you have reassigned the same data within button click handler or issue reproducing sample to serve you better.
Q: Resizing appointments only works for me in week view and not in month view. The resize handle is shown but nothing resizes. I can move appointments with drag&drop though.
We suspect that you might done any customization for scheduler within event handler or any override CSS classes by min-width/height which cause the reported issue, kindly share the code snippet or issue reproducing sample to provide prompt solution at earliest.
Q: Just show one month in a column with titles "January", "February" and so on?
We understand that your requirement is look like in the following image. Kindly share whether your expectation is same or if you have different requirement please share more details like image depicting your requirement, based on that we will share the sample.
Q: The short appointment add dialog doesn't take into account how the appointment object was initialized when setting some default values.
The default value will be considered only if the corresponding field is available in the respective window. If in case you need to add default value if user haven’t enter any value for the field irrespective of window, you can make use of OnActionBegin event. But currently the event is not available in Blazor and will be included in our upcoming bi-weekly patch release expected to be rolled out in the end of October, 2019. We would appreciate your patience until then.
Q: When opening the custom detail appointment dialog later (based on your EditorTemplate example with TemplateArgs) some items are not set correctly and I can also see that in your example when you switch between different appointments and view the details.
We suspect that your reported problem is when we open the editor window between different appointments and if we have same value for the field then the value is not available in the window. Kindly confirm whether your reported problem is same as our suspicion or else share the issue replicating steps to validate the issue at our end.
Q: Opening the custom appointment editor results in resetting the page to jump to the beginning which is quite annoying when you show a grid above the schedule component. How can I achieve that the current page position remains in place?
The reported issue “editor window jumps to the beginning” were unable to reproduce at our end, also kindly share the following details to replicate the issue at our end.
- Issue depicting video demo.
- Confirm whether you have rendered our Syncfusion Grid component above the scheduler,
- Share the scheduler code snippet.
- Issue replicating sample.
Regards,
Nevitha