Hi,
I found this Calendar extremely handy for my scheduler, but I need to add some additional data for each event, except just NAME.
Is it possible (in Lite version) the events to have additional data fields, for example, EMAIL and PHONE? This would be shown in pop-up when you create new event.
In 3.1 and later versions you can use BeforeEventRender event to set custom event HTML using e.InnerHTML. You can access the original data source object using e.DataItem property.
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.