I'm trying to create a SPA around the scheduler and need to connect to a MSSQL Database. I can't seem to get there in the Radzen Studio and the documentation all says 'use the CRUD template" but the CRUD template only goes to a datagrid? Yet the documentation seems to imply that there is a CRUD template for the scheduler?
Hi @DBeaird,
Radzen Studio does include a Scheduler page template.
Radzen Blazor Studio does not have one yet but it is something we plan to add soon. You can use the default CRUD template and replace the DataGrid with a Scheduler.
- Create a DataGrid CRUD page for the desired entity.
- Open the Entity.razor page and drag and drop a scheduler component.
- Set its Data property and then StartProperty, EndProperty, TextProperty.
- Optionally wire up the AppointmentSelect and SlotSelect events to support editing and adding appointments.