Home Unanswered Active Tags New Question

Support for ASP.NET MVC

Hi

I'm working in a asp.net mvc project and really need a calendar justt like the one you have. but I'm not sure how it will fit into asp.net mvc? Are you planning to support asp.net mvc?

Asked by Anonymous 3 years ago.
Replies

Well, the custom controls in ASP.NET MVC are much more limited. Half the beauty of DayPilot is that complex data binding and callbacks are integrated invisibly so you call a few simple methods and it just works.

As far as I can tell (so far), MVC would have no problems with a read-only control (i.e. no drag&drop). All the AJAX communication would require a special web service interface (for sending the commands to the server and receiving the changes). It looks like if you need an AJAX calendar/scheduler it would be easier to stick with the traditional WebForms.

Comment posted by Dan Letecky 3 years ago.

Hi,

Is it possible to update the calendar using a AJAX call?

Thanks

Anurag

Comment posted by Anonymous 2 years ago.
Any word on when the MVC trial downloads are going to be available? Daniel Cotter
Comment posted by Daniel Cotter 1 year ago.
Answer posted by Dan Letecky 9 months ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java