search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

MVC EditDetails of Scheduler Event, ModalPopup

Asked by Daniel
13 years ago.

Hi there

Ajax ModalPopup is somehow difficult to implement in MVC. It seems you have to use javascript...

Does anybody have a success story or a tutorial to share?

Regards

Daniel

mvc
Answer posted by Dan Letecky
13 years ago.

The latest build (1.0.5276, please see the sandbox) includes a working implementation of a modal dialog (implemented as a separate page using modal.js from the ASP.NET version).

It's bound to EventClick event using OnEventClickJavaScript() - a very simple edit dialog appears on event click. It requires jQuery.

In the future builds, it will be more polished (the required JavaScript generated using a special Html helper).

Comment posted by Daniel
13 years ago.

This works perfect for me, thanks!

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.