This is a migrated thread and some comments may be shown as answers.

Problem access toolbar in pageview client side

0 Answers 49 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
ericc34
Top achievements
Rank 1
ericc34 asked on 12 Jun 2009, 03:23 PM
I have an multipage with three pageview like this :

<

 

telerik:RadMultiPage Runat="server" ID="RadMPItemOrderToPrepare" SelectedIndex="0">

 

 

<telerik:RadPageView id="pvFurnitures" runat="server" Height="100%">

 

 

<div id="ToolBar" style="top: 1px; width: 100%; background-image: url(<%=PG.Documex.Symo.Core.Web.SymoRequestContext.GetVirtualPath%>Images/toolbarBgH.gif);

 

 

background-repeat: repeat-x">

 

 

 

<radTlb:RadToolbar ID="tlbFurnitures" runat="server" Skin="Outlook" AutoPostBack="true"


In javascript, i want to access my toolbar (tlbFurnitures) inside pageview (pvFurnitures). How I can do this ?

 

No answers yet. Maybe you can help?

Tags
TabStrip
Asked by
ericc34
Top achievements
Rank 1
Share this question
or