I am using DHTMLX scheduler in my MVC application. In that window event popup I am adding the custom button named as 'Reminder'. My problem is while clicking the reminder button I need to display another div which is the same concept implement in the repeat event of the scheduler.
If the disabled button is clicked it will show the div with corresponding elements. I need to set the div custom.
I need to write the code for reminder button manually.