Hi
I am looking for the solution
for changing content of header on select event of child of previous header. I have attached file in that country and plant is there on select of country (Paris)
plant(of paris) should load accordingly.
1 Answer, 1 is accepted
0
Dimo
Telerik team
answered on 06 Mar 2014, 11:36 AM
Hello Umesh,
The PanelBar is not the best widget to be used for such a scenario. I recommend you cascading DropDownLists.
If you insist on using the PanelBar, then subscribe to the widget's select event, check which is the selected item and manipulate the existing items (add, remove), according to your preferences.