add customize event in day ejs-calendar
messxay opened this issue · 2 comments
messxay commented
Deepak-Ramakrisnan commented
Hi Messexay,
We can specify the day cell with customized class name and make difference in the UI by using renderDayCell
event . You can refer the below demo link for detailed explanation.
Demo Link : https://ej2.syncfusion.com/angular/demos/#/bootstrap5/calendar/special-dates
Let us know if you needs to dynamically update the special dates (irrespective to the renderDayCell
event) along with use case details, to proceed further in our end.
Thanks,
Deepak R.
messxay commented
Hi Deepak-Ramakrisnan,
event renderDayCell usefully when i load event at the same time calendar, but i custom event when calendar loaded finish, it not help.