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

Button not in AjaxManager or AjaxPanel not doing postback

1 Answer 55 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
CSurieux
Top achievements
Rank 2
CSurieux asked on 27 Jan 2009, 03:05 PM
Hello,

Since using 1314.35 version, I have a strange behavior on a page.
This page is using ajaxManager from a masterPage with an ajaxmanagerproxy.
There is a RaTabStrip/RadMultiPage on the page, none of the two are in AjaxSettings senders, but in the updated controls of some of their buttons.
There is also a RadFormDecorator same configuration.
Some buttons from different PageViews are registered as ajaxsetting sender in AjaxManager with the radTabStrip/RadMultiPage/RadFormdecorator as updated controls, just like:
        <telerik:AjaxSetting AjaxControlID="ShipCountryField">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="RadTabStrip1" />
                <telerik:AjaxUpdatedControl ControlID="RadMultiPage1" />
                <telerik:AjaxUpdatedControl ControlID="FormDecorator1" />
            </UpdatedControls>
        </telerik:AjaxSetting>

These buttons behave normally with a callback when clicked.
A last button is not in AjaxManager but part of a PageView.
This button now is doing callback in place of postback (apparently since 1314.35) ?

As this button triggers a Server.Transfer() I am now receiving a PageRequestManagerParseError and my page display no more change ?

Why this button is not doing postback: seems that now when buttons are in a Multipage, they do automatically callback, even when the multipage in not ajaxified ???


Thanks for help.
CS

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 29 Jan 2009, 03:00 PM
Hello Christian,

You can find our answer to this request in the support ticket you have open on the same subject.

Best wishes,
Iana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Ajax
Asked by
CSurieux
Top achievements
Rank 2
Answers by
Iana Tsolova
Telerik team
Share this question
or