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

Cascading question - Can dataSource be replaced

0 Answers 55 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 1
Richard asked on 04 May 2012, 11:38 AM
Suppose DDL1 has items A, B, C coming from query SELECT tablename as item from tablenames
When DDL1 is changed I want DDL2 to get items from appropriate table using query SELECT item from {DDL1.value()}

In the change handler for DDL1 the following does not work.

DDL2.enable(true);
DDL2.dataSource = new kendoDataSource (...);

No answers yet. Maybe you can help?

Tags
DropDownList
Asked by
Richard
Top achievements
Rank 1
Share this question
or