RadScheduler; Swap Day Header With Time Column

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

    Posted 31 Oct 2011 Link to this post

    Requirements

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

    all browsers supported by RadControls 


    PROJECT DESCRIPTION
    RadScheduler; Timeline view configuration. The day header is swapped with the time column.
    The left vertical column shows the days of the week (Mon - Sun), and the horizontal top row shows the time of the day; See the image below:

    Use:
    Unzip the file, open it as a website and add the assemblies in the bin directory.
  2. 4CC0E281-725F-4DC8-A547-A1162B5094B4
    4CC0E281-725F-4DC8-A547-A1162B5094B4 avatar
    22 posts
    Member since:
    Mar 2011

    Posted 17 Oct 2013 Link to this post

    Can I use this on 2013 Q3?
  3. FC035E79-9A38-4B5B-8A86-E75D81EE34B3
    FC035E79-9A38-4B5B-8A86-E75D81EE34B3 avatar
    1898 posts
    Member since:
    Sep 2012

    Posted 22 Oct 2013 Link to this post

    Hello Thomas,

    I tested the project with the latest version of the RadControls and it works just the same way as it does with the 2011.2.915 version.

    Regards,
    Kate
    Telerik
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
  4. 1609F24F-718E-4124-9004-B9C5767EAC91
    1609F24F-718E-4124-9004-B9C5767EAC91 avatar
    74 posts
    Member since:
    Jul 2011

    Posted 23 Jul 2020 in reply to 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD Link to this post

    That is not the way to achieve this thing .... 7 Scheduler to do this? You know no body will allow any developer to do this if they get to know that we have use 7 scheduler to achieve this task. Please help me if there is any solution for this.
  5. 73AB4FDB-9F60-4E95-94E8-05C89D609656
    73AB4FDB-9F60-4E95-94E8-05C89D609656 avatar
    912 posts
    Member since:
    Apr 2022

    Posted 23 Jul 2020 Link to this post

    Hello Manish,

    Such appearance can be achieved with a Single Scheduler if you group by resource horizontally:

    Regards,
    Peter Milchev
    Progress Telerik

  6. 1609F24F-718E-4124-9004-B9C5767EAC91
    1609F24F-718E-4124-9004-B9C5767EAC91 avatar
    74 posts
    Member since:
    Jul 2011

    Posted 23 Jul 2020 in reply to 73AB4FDB-9F60-4E95-94E8-05C89D609656 Link to this post

    No I don't think that you reply what exactly I have asked. I do not have any resource type I just want simple vertically Days and horizontally. Nothing extra. Exact same what exactly show in given in this post.
  7. 73AB4FDB-9F60-4E95-94E8-05C89D609656
    73AB4FDB-9F60-4E95-94E8-05C89D609656 avatar
    912 posts
    Member since:
    Apr 2022

    Posted 24 Jul 2020 Link to this post

    Hello Manish,

    As I have shared in your other thread, the Week view cannot show the hours vertically. That is why the TimelineView is required.

    Regarding the sample I have shared, you need to manually add 7 resources, each day to be a different resource. Then, you can group the appointments by resource as in my previous post. 

    In order to make the appearance consistent, you should, in AppointmentDataBound for example, add the correct resource to the Appointment, based on its day, and modify the Start and End dates, just like in the original example. 

    If you need further assistance with the implementation, please open an official support ticket sharing more details on what difficulties you encounter.

    Regards,
    Peter Milchev
    Progress Telerik

Back to Top

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