MVC unobtrusive validation in custom lightbox

Hi All!

Do you know if it is possible to use MVC unobtrusive validation in fully custom lightbox.

Hello,
here is an article describing it
scheduler-net.com/docs/validatio … lightboxes

Thanks for link.

Now I got validation errors shown in the lightbox, but I still can submit form using Save button and lighbox is closed after this. Is this correct behaviour?

ok, this is fixed, just FormMethod.Post was missed in the form declaration.