This question is locked. New answers and comments are not allowed.
Hello,
I have an application that had a Tabstrip with 3 tabs on it, each Tab has a Treeview.
If i set the SelectedIndex of the Tabstrip in the cshtml to 0, only the Treeview on the first tab is working.
When I select the second (or third) tab the Treeview on that tab can not be expanded and doesn't have hovering style applied.
When is set the SelectedIndex of the Tabstrip in the cshtml to 1 only the Treeviews on the first and second Tab are working.
When is set the SelectedIndex of the Tabstrip in the cshtml to 2 all Treeviews are working.
Is there something i am doing wrong? I attached a TestApp to demo the problem.
I have an application that had a Tabstrip with 3 tabs on it, each Tab has a Treeview.
If i set the SelectedIndex of the Tabstrip in the cshtml to 0, only the Treeview on the first tab is working.
When I select the second (or third) tab the Treeview on that tab can not be expanded and doesn't have hovering style applied.
When is set the SelectedIndex of the Tabstrip in the cshtml to 1 only the Treeviews on the first and second Tab are working.
When is set the SelectedIndex of the Tabstrip in the cshtml to 2 all Treeviews are working.
Is there something i am doing wrong? I attached a TestApp to demo the problem.
