This is a migrated thread and some comments may be shown as answers.

Validation and Schedular not playing well together

2 Answers 37 Views
Validation
This is a migrated thread and some comments may be shown as answers.
Martin
Top achievements
Rank 1
Martin asked on 21 Nov 2013, 09:28 PM
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

2 Answers, 1 is accepted

Sort by
0
Accepted
Alexander Popov
Telerik team
answered on 25 Nov 2013, 02:49 PM
Hello Martin,

I am afraid that it would be really difficult to find where the issues originates from, without seeing the implementation first. Could you please provide a runnable project where the issue is reproduced? This would help us pinpoint the exact reason for this behavior and advise you further.

Regards,
Alexander Popov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Martin
Top achievements
Rank 1
answered on 25 Nov 2013, 08:52 PM
Turns out I had some items in the code that dealt with the Telerik Scheduler (currently using the Kendo version). Those items were causing the issue. Once removed the Scheduler is working as designed.

-Martin
Tags
Validation
Asked by
Martin
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Martin
Top achievements
Rank 1
Share this question
or