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

Additional Textbox field in Scheduler?

1 Answer 98 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Support
Top achievements
Rank 1
Support asked on 17 Nov 2017, 04:40 AM

Hi, May I know how to add additional Textbox field either in or numeric? I able to add a  list using the Resource, but it seems unable to add a textbox.

Thank you.

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 20 Nov 2017, 12:10 PM
Hello,

Additional fields can be included in the Scheduler's Editor by creating a custom Editor and setting the widget to use it instead of its default Editor. Here's a link to a sample project, which demonstrates how it can be implemented. Note the Scheduler's Editable configuration, which specifies the custom Editor template's name:
.Editable(editable => {
    editable.TemplateName("CustomEditorTemplate");
})

The "CustomEditorTemplate" view can be found in Views/Home/EditorTemplates.

Regards,
Ivan Danchev
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Scheduler
Asked by
Support
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or