I am trying to selected the PanelBar item when user click on the button. I do not understand why I am not able to set the selecteditem. Thanks for any feedbacks.
RadPanelBar1.SelectedItem.Value = "2";
RadPanelBar1.DataBind();
RadPanelItem test = (RadPanelItem)RadPanelBar1.SelectedItem;
RadPanelItem parent = (RadPanelItem) test.Parent;