Telerik
Home / Community / Forums / Scheduler / AdvancedEditForm template RAD Schedular

Not answered AdvancedEditForm template RAD Schedular

Feed from this thread
  • Deepak Jain avatar

    Posted on Jun 19, 2009 (permalink)

    Hi,

     I'm using RadScheduler in my application and I'm using AdvancedEditForm template, the one with usercontrols for editing appointments. Is there a way  I can popup this AdvancedEditForm rather than replacing the Scheduler, which is happening now? I know current beta supports this. But, Can this be implemented with some changes to the existing control

    Reply

  • Telerik Admin admin's avatar

    Posted on Jun 22, 2009 (permalink)

    Hi Deepak,

    You can use RadDock as shown in this kb article:
    http://www.telerik.com/support/kb/aspnet-ajax/scheduler/show-the-advanced-edit-or-insert-form-in-raddock.aspx


    Best wishes,
    Peter
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Check out the tips for optimizing your support resource searches.

    Reply

  • Mickey avatar

    Posted on Jun 22, 2009 (permalink)

    Hi,
    I have tried the RadDock Example, with custom template
    It performance is way slow that without the raddock

    I followed your example guide lines,
    Am I doing something wrong...

    Mickey

    Reply

  • Telerik Admin admin's avatar

    Posted on Jun 22, 2009 (permalink)

    Hello Mickey,

    RadDock puts some overhead in this scenario which is expected. It might be better wait for the Q2 2009 version and use the built-in modal functionality of the advanced form.


    Greetings,
    Peter
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Check out the tips for optimizing your support resource searches.

    Reply

  • Deepak Jain avatar

    Posted on Jun 25, 2009 (permalink)

    Hi,
    I'm using radscheduler in my application and i want to pop the edit functionality and I'm using AdvancedEditTemplate in my application. The following link does not support this:http://www.telerik.com/support/kb/aspnet-ajax/scheduler/show-the-advanced-edit-or-insert-form-in-raddock.aspx

    I know current beta supports this. I want to make some small changes to my existing application and get it working.

    Also,

    I'm using my local DB. If i edit an instance,i don't see its reflection in RecurrenceParentID. I'm using RadScheduler1_AppointmentUpdate event to update DB. I don't get any value for e.ModifiedAppointment.RecurrenceParentID. What could be the problem.

    finally,

    I want to change the description of a particular instance of series. Is it possible?

    Reply

  • Telerik Admin admin's avatar

    Posted on Jun 29, 2009 (permalink)

    Hi Deepak,

    We have replied in the support ticket you opened on this case. Here is the answer in case someone else needs this functionality:

    "The kb article actually uses two RadScheduler instances. You should use the advanced templates for the scheduler instance that is opened in RadDock.

    When you edit an occurence, AppointmentUpdate occurs for the master appointemnt. If you need to access the occurence you should use AppointmentInsert or RecurrenceExceptionCreated. For example:
    protected void RadScheduler1_AppointmentInsert(object sender, SchedulerCancelEventArgs e)  
        {  
            Response.Write("RecurrenceParentID is: " + e.Appointment.RecurrenceParentID);  
        }  
        //Or:  
        protected void RadScheduler1_RecurrenceExceptionCreated(object sender, RecurrenceExceptionCreatedEventArgs e)  
        {  
            Response.Write("RecurrenceParentID is: " + e.OccurrenceAppointment.RecurrenceParentID);  
        } 

    I am not sure I understand your last question. Can you please elaborate? "



    Regards,
    Peter
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Check out the tips for optimizing your support resource searches.

    Reply

Related resourses for "AdvancedEditForm template RAD Schedular"

ASP.NET Scheduler Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial ]

Powered by Sitefinity ASP.NET CMS

Contact Us | Site Feedback | Terms of Use | Privacy Policy
Copyright © 2002-2010 Telerik. All rights reserved.