I would like to get the value of the DataValueField on Item Click and use that value for the Items Expanded. Something like below.
Is this possible?
Protected Sub RadPanelBar1_ItemClick(sender As Object, e As Telerik.Web.UI.RadPanelBarEventArgs) Handles RadPanelBar1.ItemClick Dim Extend = RadPanelBar1.DataValueField RadPanelBar1.Items(Extend).Expanded = TrueEnd SubIs this possible?