Select Resource in Appointment Editor While in month View

Hi 

I want to be able to show the resource selection editor in the Appointment Editor when opened from the month View. Appointments created in the other views show the resourced but in Month view they do not.

        private void Schedule_AppointmentEditorOpening(object sender, AppointmentEditorOpeningEventArgs e)

        {

            e.AppointmentEditorOptions = AppointmentEditorOptions.All;

        }

this is where im looking but seem to be stuck ? 


Thanks

Peter


1 Reply

VM Vidyalakshmi Mani Syncfusion Team September 30, 2024 12:27 PM UTC

Hi Peter,


Currently, the WPF SfScheduler control does not have resource view support in month view. We have logged a feature request for this and plan to implement it in one of our upcoming releases. We will notify you as soon as this feature is available.


You can track the progress using the following feedback link: Resource-view-support-in-month-view


In the meantime, please feel free to contact us regarding any other features or issues using our Feature Report page. We appreciate your patience and understanding.


If you have any further questions or need additional assistance, please don’t hesitate to let us know.


Regards,

Vidyalakshmi M.



Loader.
Up arrow icon