Hello Eric,
Selected items and active items are different things. When you click on a root item, it becomes active and selected at the same time, which is reflected in its appearance. When an item is only active, but not selected, it looks different by design.
Only one item can be selected at a time.
In addition, item selection cannot be controlled declaratively, because the selected class is applied to an element, which is autogenerated by the PanelBar widget and does not exist in the original HTML markup. You need to apply selection with Javascript after width initialization by using the
API.
Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!