I dont like the look of the collapsed panel bar I would rather just have the panel bar fully expanded by default with no ability to collapse expand is there a way to do this or is there another control that can give me this functionality ??
thanks
Here is my code
Waiting for your reply please hurry!
thanks
Here is my code
Waiting for your reply please hurry!
<telerik:RadPanelBar ID="RadPanelBar1" Runat="server" DataFieldID="ID"
DataFieldParentID="ParentID" DataNavigateUrlField="URL"
DataSourceID="SqlDataSource1" DataTextField="Item" PersistStateInCookie="True"
Skin="Black" Font-Names="Agency FB">
<Items>
<telerik:RadPanelItem runat="server" Expanded="True" Selected="True" >
</telerik:RadPanelItem>
</Items>
<CollapseAnimation Type="None" Duration="100"></CollapseAnimation>
<ExpandAnimation Type="None" Duration="100"></ExpandAnimation>
</telerik:RadPanelBar>