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

RadAjaxManagerProxy is not working for the RadCalendar

1 Answer 29 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
John Giblin
Top achievements
Rank 1
John Giblin asked on 12 May 2010, 08:30 PM

I have had the following code which was not working.  When i replaced RadAjaxManagerProxy  with RadAjaxManager, the code worked fine.

<telerik:RadCalendar ID="RadRadCalendar1"   AutoPostBack="true" runat="server" Skin="Web20" ></telerik:RadCalendar> 

<asp:Content runat=server ContentPlaceHolderID=Main>
    <telerik:RadAjaxManagerProxy  id="RadAjaxManager1" runat="server">
        <AjaxSettings>
            <telerik:AjaxSetting  AjaxControlID="RadRadCalendar1">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl LoadingPanelID="Loadingpanel"   ControlID="RadRadCalendar1"></telerik:AjaxUpdatedControl>
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
    </telerik:RadAjaxManagerProxy>

<asp:Content runat=server ContentPlaceHolderID=Main>
    <telerik:RadAjaxManagerProxy  id="RadAjaxManager1" runat="server">
        <AjaxSettings>
            <telerik:AjaxSetting  AjaxControlID="RadDatePicker1">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl LoadingPanelID="Loadingpanel"   ControlID="RadDatePicker1"></telerik:AjaxUpdatedControl>
                </UpdatedControls>
            </telerik:AjaxSetting>
            <telerik:AjaxSetting AjaxControlID="rcStartDate">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="rcStartDate"></telerik:AjaxUpdatedControl>
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
    </telerik:RadAjaxManagerProxy>
RadAjaxManagerProxy   

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 13 May 2010, 04:48 PM
Hello John,

Unfortunately we could not reproduce the issue you are facing on our side. Can you please provide more details about your specific scenario? Thus we could do our best to resolve the problem.

All the best,
Pavlina
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
Tags
Calendar
Asked by
John Giblin
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or