syncfusion/ej2-angular-ui-components

add customize event in day ejs-calendar

messxay opened this issue · 2 comments

How to add custom event in day ejs-calendar after render finished calendar,
image
i'm follow document, but is not usefully, i do not think event renderDayCell usefully.

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.

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.