I'm developing an asp.net mvc web site where I need to display some data on a calendar, but are not events, otherwise records by date and I served Month view Schedule Widget.
I want to display a color box in a given day and use the features double click to create another record but with a different event and with other form fields, my question is how can I change the edit form and adapt it to a view of my mVC project?
I want to display a color box in a given day and use the features double click to create another record but with a different event and with other form fields, my question is how can I change the edit form and adapt it to a view of my mVC project?