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

Problem With Command Button using RadAjaxManager

1 Answer 130 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Kim
Top achievements
Rank 1
Kim asked on 27 Oct 2015, 07:53 PM

Hi, ​I have an asp button as an updated control ​in an ajax manager.

If a user does not select a proper value in cboDivision, cmdPay is disabled, and when they do select a valid one, cmdPay in enabled. This is all working fine.

When I click the button, it is not submitting the entire page so my interaction with the other controls is not displayed. Am i just not understanding how this works? How can I get the command button to submit the whole page?

 

    <telerik:RadAjaxManager ID="RadAjaxManager" runat="server">
            <AjaxSettings>
                <%--AjaxControlID has to equal its parents name for some stupid reason--%>
                <telerik:AjaxSetting AjaxControlID="cboDivision">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="cmdPay" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
            </AjaxSettings>
        </telerik:RadAjaxManager>

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 30 Oct 2015, 08:32 AM
Hello Kim,

You can use one of the approaches suggested in the following article to achieve this requirement:
http://docs.telerik.com/devtools/aspnet-ajax/controls/ajax/how-to/exclude-controls-from-ajaxifying

I would recommend the following example:
http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/ajaxified-radgrid/what-you-should-have-in-mind/export-from-ajaxified-grid

Hope this helps.

Regards,
Eyup
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Ajax
Asked by
Kim
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or