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

Can't get focus on RadPageView

1 Answer 26 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
randall
Top achievements
Rank 1
randall asked on 26 Mar 2012, 09:13 PM
hi,
in the following code, i'm unable to select the flash player which is within the RadPage.
the interesting thing however is if i place a opened ended Div, before the RadajaxPanel, it works to allow me to select the flash player.
how it is suppose to behave is when i click on the flash, i can drag the image inside around as the image scrolls within the flash player.

any ideas?

code here:

<telerik:RadAjaxPanel runat="server" ID="RadAjaxPanel3" LoadingPanelID="RadAjaxLoadingPanel1"
OnAjaxRequest="refreshViewer" CssClass="ViewArea" RenderMode="Inline">
               
     <telerik:RadMultiPage runat="server" ID="RadMultiPage1" RenderSelectedPageOnly="true" CssClass="">
                       
           <telerik:RadPageView ID="viewView" runat="server" Selected="true" CssClass="">
                      <telerik:RadMultiPage runat="server" ID="views" RenderSelectedPageOnly="true" CssClass="">
                              <telerik:RadPageView ID="viewViewer" runat="server" CssClass="">
                                        <telerik:RadScriptBlock ID="RadScriptBlock3" runat="server">

                                            <script language="javascript" type="text/javascript">

                                                    function showDocument() {
                                                   var flashvars = Flash stuff here......

                                            <div id="documentViewer" style="visibility: hidden;" class="">
                                                Flash is not installed...
                                            </div>
                                       
                                    </telerik:RadPageView>
                                  
                                </telerik:RadMultiPage>
                            </telerik:RadPageView>
                        </telerik:RadMultiPage>
 </telerik:RadAjaxPanel>
          
                        <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Office2007"
                            IsSticky="true" InitialDelayTime="0" MinDisplayTime="10" CssClass="fillParent" /

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 30 Mar 2012, 11:42 AM
Hi,

Could you record a video showing the behavior on your side as well as your exact implementation since the provide markup is insufficient to determine the cause of your issue.

Greetings,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
randall
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or