This question is locked. New answers and comments are not allowed.
Hi..
Do you have any examples of having a parent & child combo box bound to a view model?
Where for example, You select from a list of Customers in the 'Parent' combo box.. and the child combo box (Orders) selection is filtered on the selected Customer?
Thanks in advance.
Do you have any examples of having a parent & child combo box bound to a view model?
Where for example, You select from a list of Customers in the 'Parent' combo box.. and the child combo box (Orders) selection is filtered on the selected Customer?
Thanks in advance.
4 Answers, 1 is accepted
0
Hello Jon,
Please check this online example - it demonstrates how you can implement cascade comboboxes.
Kind regards,
Yana
the Telerik team
Please check this online example - it demonstrates how you can implement cascade comboboxes.
Kind regards,
Yana
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Jon
Top achievements
Rank 1
answered on 20 Jan 2012, 03:35 PM
How do you do this in a RadDataForm in the various templates
Like the <telerik:RadDataForm.EditTemplate>
thanks
Like the <telerik:RadDataForm.EditTemplate>
thanks
0
Hello Jon,
Please find attached a simple example which demonstrates how you can add cascade comboboxes in the EditTemplate of RadDataForm.
Hope this helps.
All the best,
Yana
the Telerik team
Please find attached a simple example which demonstrates how you can add cascade comboboxes in the EditTemplate of RadDataForm.
Hope this helps.
All the best,
Yana
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Jon
Top achievements
Rank 1
answered on 26 Jan 2012, 01:20 PM
thanks