Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > Scheduler > Scheduler

Not answered Scheduler

Feed from this thread
  • ram avatar

    Posted on Sep 24, 2010 (permalink)

    Hi,
    I am using wpf scheduler i want to define the size of appointment area in the scheduler content.
    I am not getting any thing for it.
    Could u tell us how we can set the width of appointment.By default it is taking whole time slot area.

    Thank
    Ramesh Mishra

    Reply

  • Rosi Rosi admin's avatar

    Posted on Sep 27, 2010 (permalink)

    Hello Ram,

    This is not possible with the current version of the control. We will do our best to provide this functionality in our next releases.

    All the best,
    Rosi
    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

    Reply

  • ram avatar

    Posted on Sep 27, 2010 (permalink)

    Hi,
    If this is not possible than what we can do so that we can do some thing with the width.

    Basically we get very small area after scheduling first appointment, and we can schedule second appointment only  when we click on the upper side of little blank space  at the right side of appointment area. it is just frustrated for end user.

    Could we create any Grid with defined number of column for eg. In one time slot we can define three column for schedule only 3 appointment when user click on first area first appointment will genrated and so on up to 3rd slot area with in time slot.

    It's very urgent .
    Your Kind support and co-operation is required.

    Thanks & Regards
    Ramesh Mishra

    Reply

  • Rosi Rosi admin's avatar

    Posted on Sep 30, 2010 (permalink)

    Hello Ram,

    You can create a custom theme for the RadScheduler control and do the customizations that will be suitable for you.
    For example you can try to set the Margin property of the Style with a x:Key="AppointmentItemBaseStyle".
    Please follow the link below that describes how to create a custom theme.
    http://www.telerik.com/support/kb/wpf/scheduler/how-to-implement-a-new-custom-theme-in-a-few-steps.aspx

    Regards,
    Rosi
    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

    Reply

  • Amar avatar

    Posted on Oct 11, 2011 (permalink)

    Have guys been able to solve this issue. I also want to set up 1/2 hr appointments. I am able to display the time with 1/2hr intervals. But when i click to set up appoinment, it is defaulting to 1 hr. Is there a way to set up default appointment to 1/2 hr.

    Regards
    Krish

    Reply

  • Rosi Rosi admin's avatar

    Posted on Oct 13, 2011 (permalink)

    Hi Amar,

    You can hook on the AppointmentCreating event and set the Start and End time there:

    private void AppointmentCreating(object sender, EventArgs e)
    {
       e.NewAppointment = new Appointment();
       e.NewAppointment.Start = this.SelectedSlot.Start;
         e.NewAppointment.End = e.NewAppointmen.Start.AddMinutes(30);
    }

    More about RadScheudler's events you can read here.

    Regards,
    Rosi
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

  • Benjamin avatar

    Posted on Oct 14, 2011 (permalink)

    Looks like AppointmentCreatingEventArgs class is in Silverlight controls. I am using RadScheduler. Please suggest.

    Reply

  • Rosi Rosi admin's avatar

    Posted on Oct 18, 2011 (permalink)

    Hi Benjamin,

    RadSchedulef for WPF supports AppointmentCreatingEventArgs. For more details you can read our help article.

    Kind regards,
    Rosi
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > Scheduler > Scheduler
Related resources for "Scheduler"

WPF Scheduler Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]