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

vue DropDownList cascadeFrom not working?

3 Answers 142 Views
This is a migrated thread and some comments may be shown as answers.
Tom
Top achievements
Rank 1
Tom asked on 08 Jun 2018, 01:05 PM

I tried many methods, still I failed to get the working.

 

<kendo-datasource ref="jobtitleData"
                :schema-data="'data'"
                :transport-read-url="jobTitleService">
</kendo-datasource>
<kendo-dropdownlist ref="jobtitleList"
                    :data-source-ref="jobtitleData"
                    :data-text-field="'name'"
                    :data-value-field="'id'">
</kendo-dropdownlist>

<kendo-datasource ref="jobLevelData"
                :schema-data="'data'"
                :serverFiltering='true'
                :transport-read-url="jobLevelService">
</kendo-datasource>
<kendo-dropdownlist ref="jobLevelList"
                    :data-source-ref="'jobLevelData'"
                    :data-text-field="'name'"
                    :data-value-field="'id'"
                    :placeholder="'Select Job Level'"
                    :cascadeFrom="'jobtitleList'"
                    :autoBind='false'>
</kendo-dropdownlist>

3 Answers, 1 is accepted

Sort by
0
Accepted
Ivan Danchev
Telerik team
answered on 11 Jun 2018, 01:19 PM
Hello Tom,

See the following plunker example, which demonstrates cascading DropDownLists.

Regards,
Ivan Danchev
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Dhanushka
Top achievements
Rank 1
answered on 22 Mar 2019, 04:32 AM

Trying to get the cascading DDL to work with cascade-from-field and cascade-from-parent-field.  Seems to be Not Working. code below. Help is appreciated. (We do have a license and will create a support ticket. As a help to other developers, just posting here as well.)

https://stackblitz.com/edit/tgmmch

 

0
Ivan Danchev
Telerik team
answered on 25 Mar 2019, 01:47 PM
Hello Dhanushka,

As a result of the submitted support thread we logged this issue for fixing. Once a fix becomes available the status of the Bug Report in our Feedback Portal will be updated to "Completed". 

Regards,
Ivan Danchev
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Asked by
Tom
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Dhanushka
Top achievements
Rank 1
Share this question
or