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

RecurrenceEditor without scheduler?

1 Answer 84 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Christian
Top achievements
Rank 1
Christian asked on 12 Nov 2014, 12:39 PM
Hi there,

I would need the recurrenceEditor in a separate form without the scheduler. (It should become a task manager)


The form is working with these two lines, but I get no values when I post the form. (checked it in the ie debugger window)

<div id="RecurrenceRule" name="RecurrenceRule"></div>

$('div#RecurrenceRule').kendoRecurrenceEditor();


What am I missing?
I also searched for the recurrenceRule string with javascript, but have not found anything.

Has anyone done that?

thanks, Chris

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 14 Nov 2014, 08:53 AM
Hi Chris,

The RecurrenceEditor widget is designed specially to be used in the Scheduler edit form. That being said, it does not render a dedicated HTML element that will post its value, because it uses MVVM value binding to update the model in the edit form. If you need to use it separately, then you will need to populate a hidden field with the widget value in order to post it to the server.

Regards,
Georgi Krustev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Scheduler
Asked by
Christian
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or