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

RadButton postback event not firing in Opera

2 Answers 90 Views
Button
This is a migrated thread and some comments may be shown as answers.
Alan T
Top achievements
Rank 1
Alan T asked on 29 Jul 2011, 11:00 AM
I've got a RadAjaxPanel, enclosing a radmultipage, and a couple of radbuttons which control the navigation between the pageviews.

However the radbuttons don't seem to fire the postback event in Opera (11.50).

<telerik:RadAjaxPanel ....>
<telerik:RadMultiPage .... >
       ....
      </telerik:RadMultiPage>
     <div class="navSteps">
            <div style="float: left; width: 111px;">
                <telerik:RadButton ID="btn_previous" runat="server" AutoPostBack="true" CommandName="prev" Text="Previous Step">
                        <Icon PrimaryIconCssClass="rbPrevious" PrimaryIconTop="6" />
                </telerik:RadButton>
            </div>
            <div style="float: right; width: 95px;">
                <telerik:RadButton ID="btn_next" runat="server" AutoPostBack="true" CommandName="next" Text="Next Step">
                        <Icon SecondaryIconCssClass="rbNext" SecondaryIconTop="6"  />
                </telerik:RadButton>
            </div>
        </div>
    </div>
    <telerik:RadTabStrip ....>
        .....
    </telerik:RadTabStrip>
    </telerik:RadAjaxPanel>

2 Answers, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 03 Aug 2011, 03:48 PM
Hello Alan T,

I tried to reproduce the issue you have encountered, but to no avail. I have attached my test project, as well as a short video, demonstrating the behavior of the RadButton during the testing. Please compare it to your project and check if there are any differences in the setup.

I would also suggest that you verify if there are additional client-side or server-side code, which alters the specified behavior of the RadButton.

Please note that at the current circumstances I am mostly guessing as to what your setup is and if you are still unable to resolve your problems please provide more detailed description of your scenario as well as the steps you take to reproduce the problem (for this purpose you can use a screen capture tool, e.g Jing) so that we can provide a more specific answer.

Best wishes,
Slav
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Alan T
Top achievements
Rank 1
answered on 05 Aug 2011, 11:30 AM
thankyou for the response. The issue seems to have resolved itself. Not sure exactly how. I appreciate the support though :)
Tags
Button
Asked by
Alan T
Top achievements
Rank 1
Answers by
Slav
Telerik team
Alan T
Top achievements
Rank 1
Share this question
or