How to Avoid Overlapping Appointments

Thread is closed for posting
1 posts, 0 answers
  1. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 18 Apr 2012 Link to this post

    Requirements

    RadControls version Q3 2011
    .NET version 4.0
    Visual Studio version 2010
    programming language C#
    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    A sample project which demonstrates how you can prevent overlapping appointments when drag-and-drop or resize an appointment.
    In short, you should create a custom DragDropBehavior and override CanDrop and CanResize methods. In these methods check whether an appointment already exists in the destination slot.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.