Completed
Last Updated: 20 Sep 2016 10:59 by Christian
Unplanned
Last Updated: 01 Aug 2016 14:15 by OMAR
Created by: OMAR
Comments: 0
Category: Scheduler
Type: Feature Request
3
RadScheduler RTL Support
Declined
Last Updated: 21 Sep 2018 13:19 by Mark
Created by: Tarek
Comments: 2
Category: Scheduler
Type: Feature Request
3
Reminders popup outside the page that the scheduler is used.
Because re-adding the same scheduler in many pages is very bandwidth consuming so what about creating a minified scheduler control for reminders so the user will be reminded in all pages about events.
Completed
Last Updated: 19 Aug 2014 05:47 by ADMIN
Unplanned
Last Updated: 05 Dec 2013 11:29 by ADMIN
ADMIN
Created by: Plamen
Comments: 0
Category: Scheduler
Type: Feature Request
3

			
Unplanned
Last Updated: 11 Feb 2014 09:25 by Gal
Completed
Last Updated: 10 Jul 2014 12:30 by ADMIN
Completed
Last Updated: 14 Mar 2014 08:25 by ADMIN
ADMIN
Created by: Iana Tsolova
Comments: 1
Category: Scheduler
Type: Feature Request
3
Add posibility to import iCal compatible calendars into RadScheduler
Unplanned
Last Updated: 29 May 2020 15:47 by ADMIN
I'm working on a project where I use RadScheduler TimeLineView (Grouping by resource) and one of the requirements is that they need the appointments that share a single resource to appear on the same row, instead of the current behaviour where they show on multiple rows.
I believe adding that feature to the scheduler would give a lot of flexibility in such situations.
Thank you very much
Completed
Last Updated: 19 Jun 2020 16:06 by ADMIN
Created by: Tan
Comments: 1
Category: Scheduler
Type: Feature Request
3
I will be working on a project that need to show appointments for 20+ resources. I looked at your demos/documentation for the scheduler and don't see any support for horizontal scrolling.
I would be great to have the scheduler scroll the resources horizontally while maintaining the same width for each resource column.

Thanks for your time.
Unplanned
Last Updated: 30 Apr 2020 13:09 by ADMIN
Created by: Alla
Comments: 5
Category: Scheduler
Type: Feature Request
2
Please add holiday functionality to RadScheduler - for ASP.NET Ajax, similar like you did for WinForms. Thanks!
Unplanned
Last Updated: 09 Sep 2019 10:58 by ADMIN

Hover over the command arrows on the radScheduler when the view is set to month view.  The Tooltip will display "next day" and "previous day" instead of "next month" and "previous month".

The same happens for week view.

Temporary workaround: 

<telerik:RadCodeBlock runat="server">
    <script>
        function pageLoadHandler() {
            var scheduler = $find("<%= RadScheduler1.ClientID %>");
            var $scheduler = $telerik.$(scheduler.get_element());
            var viewType = "Day";
            if (scheduler.get_selectedView() == Telerik.Web.UI.SchedulerViewType.WeekView) {
                viewType = "Week";
            } else if (scheduler.get_selectedView() == Telerik.Web.UI.SchedulerViewType.MonthView) {
                viewType = "Month";
            }

            $scheduler.find(".rsPrevDay").attr("title", "Previous " + viewType)
            $scheduler.find(".rsNextDay").attr("title", "Next " + viewType)

            // Sys.Application.remove_load(pageLoadHandler);  
        }
        Sys.Application.add_load(pageLoadHandler);
    </script>
</telerik:RadCodeBlock>

Unplanned
Last Updated: 16 Sep 2019 12:36 by ADMIN
Completed
Last Updated: 12 Feb 2013 11:59 by ADMIN
Declined
Last Updated: 01 Jul 2015 13:23 by ADMIN
ADMIN
Created by: Plamen
Comments: 1
Category: Scheduler
Type: Feature Request
2