sir still not working i followed your instruction but still no expanding..sir is there any option to mousehover please help..
here's the codes again
<script type="text/javascript"> |
function ExpandItem(panelbar, args) |
{ |
args.get_item().set_expanded(true); |
} |
function CollapseItem(panelbar, args) |
{ |
args.get_item().set_expanded(false); |
} |
</script> |
<telerik:RadPanelBar ID="RadPanelBar1" runat="server" DataFieldID="Url"
DataFieldParentID="Url"
DataNavigateUrlField="Url" DataSourceID="SiteMapDataSource1"
DataTextField="Title"
DataValueField="Url"
ExpandMode="SingleExpandedItem"
Skin="WebBlue"
Width="100%" OnClientMouseOver="ExpandItem" OnClientMouseOut ="CollapseItem"
>
<CollapseAnimation Duration="100"
Type="None" />
<ExpandAnimation
Duration="100" Type="None" />
</telerik:RadPanelBar>
sample/codes is higly appreciated
thanks