OK I have a bit of a more complex issue.
I am attempting to use three Keno Items and it is not working well
I have a MVC 4 page
On the View I have PanelBar that separates sections of the form
The last PanelBar Item contains a Kendo Scheduler. (This is almost working, but not the reason form y post)
I am using the Kendo Validator to validate the form.
Here is the issue: I f I have validation on the "Editor" window for the scheduler will not close until I hit cancel (or the close X in the upper right corner). The newly saved event will not be displayed until I refresh the page.
Even if all other form elements pass validation, this behavior continues with the scheduler. If I remove validation the scheduler will operate in an expected fashion.
an ideas on this?
-Martin
I am attempting to use three Keno Items and it is not working well
I have a MVC 4 page
On the View I have PanelBar that separates sections of the form
The last PanelBar Item contains a Kendo Scheduler. (This is almost working, but not the reason form y post)
I am using the Kendo Validator to validate the form.
Here is the issue: I f I have validation on the "Editor" window for the scheduler will not close until I hit cancel (or the close X in the upper right corner). The newly saved event will not be displayed until I refresh the page.
Even if all other form elements pass validation, this behavior continues with the scheduler. If I remove validation the scheduler will operate in an expected fashion.
an ideas on this?
-Martin