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

[Solved] CascadeFrom but not from Id?

1 Answer 187 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Victor
Top achievements
Rank 2
Victor asked on 09 Jan 2015, 02:35 PM
I need some way of selecting a cascadeFrom relationship other than the Id, because there is a dynamic list of cascading dropdowns (see illustration below).



Table
-----------------------------------------------------------------------------------------------------------
 Row 1    [ Dropdown 1 ]  [ Dropdown 2 ]  [ Dropdown 3 ]  [ Dropdown 4 ]
 Row 2    [ Dropdown 1 ]  [ Dropdown 2 ]  [ Dropdown 3 ]  [ Dropdown 4 ]
 Row 3    [ Dropdown 1 ]  [ Dropdown 2 ]  [ Dropdown 3 ]  [ Dropdown 4 ]
-----------------------------------------------------------------------------------------------------------
[ Add more rows ]



1 Answer, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 13 Jan 2015, 10:15 AM
Hi Victor,

This scenario seems very close to the example illustrating how to use cascading DropDownLists in a Grid. Another approach would be to generate the input elements with unique suffix, this allowing you to use the ID or Name attribute for the cascading options.

Regards,
Alexander Popov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
DropDownList
Asked by
Victor
Top achievements
Rank 2
Answers by
Alexander Popov
Telerik team
Share this question
or