Hi,
I want to fire some event when I click on any date in the calendar. Currently, I can use the selected date changed event when clicking on any date except the already selected date.
So, I s there any way to fire an event when clicking on a cell.
I have tried to do it by adding a gesture recognizer to the custom cell template. But, It didn't work.
Can you please help me with this?
Thanks!