Add additional data to the events table Related article: ASP.NET Core Monthly Calendar (.NET 8, JavaScript/HTML5, Open-Source) Asked by Tim2 years ago. This is a great starting point but I want to save additional data to the table, i.e. ProductURL for example. Then I need to be able to click on the event and show a modal dialog with the data. How easy would it be to implement this? Thanks! Tim P tphilomeno@comcast.net article-95109-chtml5event-calendardotnet8monthjavascriptsql-serverasp.net-coreopen-sourcehow-to
Answer posted by Dan Letecky [DayPilot]2 years ago. You can create the modal dialog using DayPilot.Modal.form() - you can find an example here: JavaScript Scheduler: How to Edit Multiple Fields using a Modal Dialog DayPilot.Modal is included in the open-source version as well. You can find the description of the available field types in the documentation.