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

Changing values listed in resources drop down lists in kendo scheduler

1 Answer 166 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Safa
Top achievements
Rank 1
Safa asked on 02 Jun 2016, 04:49 PM

Hello,

I'm using the kendo scheduler and have defined two resources that will be populated with remote data.

The first one is "groups" and the second one is "members".

The "members" list should be depending on the selected value of the "groups". So for instance, if I choose group1, I would like to populate the "members" resource with the people in that group.

I would like to know the event fired with a new value in "groups" is selected. How can I bind the resource to  kendo DropDownList?

 

 

1 Answer, 1 is accepted

Sort by
0
Alex Hajigeorgieva
Telerik team
answered on 06 Jun 2016, 01:31 PM

Hello Safa,

From the provided explanation, I assume that the Kendo UI Cascading DropDownList could be a suitable option:

Demo and sample configuration can be found here:

http://demos.telerik.com/kendo-ui/dropdownlist/cascadingdropdownlist

There are several events that can be used in your presumed scenario - change, selection and cascade:

- change

http://docs.telerik.com/kendo-ui/api/javascript/ui/dropdownlist#events-change

- cascade

http://docs.telerik.com/kendo-ui/api/javascript/ui/dropdownlist#events-cascade

- select

http://docs.telerik.com/kendo-ui/api/javascript/ui/dropdownlist#events-select

The following forum thread discusses how to use cascading dropdownlists in a Scheduler's editor template:

http://www.telerik.com/forums/how-to-add-cascade-drop-down-list-to-editor-template-

I hope this helps. On the other hand, the exact relationship between the Scheduler and the DropDownLists is unclear. If you have further questions about the Kendo UI API or features, please explain what are you trying to achieve in more details, so I can assist further.

Kind Regards,

Alex
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
Safa
Top achievements
Rank 1
Answers by
Alex Hajigeorgieva
Telerik team
Share this question
or