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

[Solved] Problem with Resources

1 Answer 74 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Pandu
Top achievements
Rank 2
Pandu asked on 15 Dec 2009, 01:54 PM
Hi Telerik Team.

                          I am using Ajax radScheduler to my application which iss prety good control to my requirement. I am getting a problem with resources. I am creating resources dynamically resources are creating well and i can able to create appointments also. While i am a new appointment if i change the resource (user) from dropdown it is not moving to that particular resource slot. It is remaining at same place where i am creating. Can you please give me suggestion on that.


Thanks and Regards
--------------------------
K RAMU

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 18 Dec 2009, 09:44 AM
Hi Pandu,

If you use RadAjaxManager, please make sure you configure it so that RadScheduler updates itself:

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"
        <AjaxSettings
            <telerik:AjaxSetting AjaxControlID="RadScheduler1"
                <UpdatedControls
                    <telerik:AjaxUpdatedControl ControlID="RadScheduler1" /> 
                </UpdatedControls
            </telerik:AjaxSetting
        </AjaxSettings
    </telerik:RadAjaxManager
    <telerik:RadScheduler ID="RadScheduler1" runat="server" ShowFullTime="true" GroupBy="Room"
        <AdvancedForm Modal="true" /> 
    </telerik:RadScheduler>

Other than that, we have tested the described scenario but we did not observe any problems.

Greetings,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Scheduler
Asked by
Pandu
Top achievements
Rank 2
Answers by
Peter
Telerik team
Share this question
or