Do I have to set something so the itemclick event will fire for the Panel bar. Also my items are not expanding. Appreciate your help.
Here is the code
<telerik:RadPanelBar id="UserRadPanelBar" Runat="server" OnItemClick="UserRadPanelBar_ItemClick" AllowCollapseAllItems="True" ExpandDelay="200">
<collapseanimation type="InQuint"></collapseanimation>
<expandanimation type="InQuad"></expandanimation>
</telerik:RadPanelBar>
Here is the code
<telerik:RadPanelBar id="UserRadPanelBar" Runat="server" OnItemClick="UserRadPanelBar_ItemClick" AllowCollapseAllItems="True" ExpandDelay="200">
<collapseanimation type="InQuint"></collapseanimation>
<expandanimation type="InQuad"></expandanimation>
</telerik:RadPanelBar>