AJAX Calendar/Scheduling Controls
Is there a posibility to have a small reminder icon in the event you create so that the user knows which appointment has a reminder and which appointment doesn't have one?
If not, will this feature be included in a future version?
In BeforeEventRender you can edit the innerHTML value of the event. I made somthing like this
e.InnerHTML += "<span style='position:absolute; top:0; right:0; z-index=20'><img src='img/myImage.PNG' /></span>";
So you add the image in the top-right position.
DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java