Hi Anthony,
Thanks for Contacting Syncfusion support.
You could achieve this requirement by hiding appointment window elements (ex: AllDay, Repeat Checkbox) and setting the style “display:none” to its corresponding element class/Id. Please refer the following code example to hide the EndTime, AllDay and Repeat elements from the default appointment window.
|
<style>
.Schedule1parrow,
#Schedule1_appEndTime { /*Here Schedule1 is the control id. So, change the name if you rendering the schedule control with different Id*/
display: none;
}
</style> |
We have prepared the sample with the above code example that can be downloaded from the following location:
Please find the appointment window display after removing the mentioned elements.
Also, we will consider this requirement to add the topic on how to remove the fields/elements from default window and will update it in our online UG location.
Kindly try the above sample and suggestion. Let us know if you need any further assistance on this.
Regards,
Velmurugan