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

SchedulerResource Field Textbox?

2 Answers 123 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Hyong
Top achievements
Rank 1
Hyong asked on 16 Sep 2020, 03:31 PM

Hi, I've been using the Kendo Scheduler for Blazor and have been following the examples from this doc: https://docs.telerik.com/blazor-ui/components/scheduler/resources#one-resource

 

However, the only examples for adding addition SchedulerResources are dropdownlists. Is there any way to add a Resource that's a textbox or any other input type? If I leave the Data attribute blank, an error is thrown.

 

 

Thanks

2 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 17 Sep 2020, 07:57 AM

Hello Hyong,

The resources are a finite list of options defined by the developer, so the dropdown is the correct component to use as an editor.

If you want to let the user input values that can then break the app, you can implement a custom edit form with the desired UX.

 

Regards,
Marin Bratanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
Hyong
Top achievements
Rank 1
answered on 17 Sep 2020, 07:20 PM
Thank you! This is exactly what I was looking for
Tags
Scheduler
Asked by
Hyong
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Hyong
Top achievements
Rank 1
Share this question
or