Declined
Last Updated: 18 Nov 2013 09:10 by Nedo
Created by: Nedo
Comments: 0
Category: Scheduler
Type: Bug Report
0
Hello
When you save the data by adding the beginning of the day 2 and day laborers booking on the booking end
When you display the same process works, but counterproductive

Please help

Thank you
Completed
Last Updated: 27 Sep 2013 08:48 by ADMIN
Completed
Last Updated: 21 Oct 2013 15:42 by Najid Hanif
Created by: Najid Hanif
Comments: 0
Category: Scheduler
Type: Feature Request
0
As it is now I think the current export in radscheduler is pretty much unusable. It only shows the first 7 - 10 characters for each appointment. I use a combination of CSS and templates to be able to auto expand and show more information and I would like to export it as shown in the browser.
Completed
Last Updated: 14 Sep 2021 09:28 by ADMIN
Release Q3 2014
Declined
Last Updated: 06 Mar 2014 09:12 by Kishalaya
telerik version 2012.2.607.35 scheduler appointment duration gets reduced on appointment being dragged and dropped from one apointment slot to another slot in mozilla fireox
Completed
Last Updated: 18 Nov 2013 08:23 by Daniel Mettler
Inline Style “display: inline-block” is missing in IE 11 on “Recur every … week(s) on”, “end after …” etc.. See attached screenshot.
Tested with the demo on http://demos.telerik.com/aspnet-ajax/scheduler/examples/overview/defaultcs.aspx.
Unplanned
Last Updated: 03 Jan 2014 12:12 by ADMIN
ADMIN
Created by: Plamen
Comments: 0
Category: Scheduler
Type: Feature Request
0
The scenario is described in this blog post -http://blogs.telerik.com/aspnet-ajax/posts/08-08-04/working-with-radscheduler-recurring-appointments-on-sql-server.aspx
Completed
Last Updated: 27 Feb 2014 14:09 by ADMIN
Declined
Last Updated: 13 Mar 2015 06:05 by Tarun
Created by: Peter
Comments: 3
Category: Scheduler
Type: Feature Request
0
Hi Telerik

Full version number of the Telerik control or product being used: 2013.3.1324.45
Operating system details of your development machine/server: Win8.1 / Windows Server 2012 / Windows Server 2008 R2
Browser type and version number (where applicable): IE11 // FF
IDE Edition (Including Service Packs): VS 2013 / VS 2012 Update / SP 4
Preferred coding language: C#

Possible duplicate of this Declined issue:
http://feedback.telerik.com/Project/108/Feedback/Details/39250-fix-radscheduler-throws-specified-argument-was-out-of-the-range-of-valid-values


I run into exactly this problem in my application. if my users changes from dayview
to week or month views, depending on number of resources. I have not tested this
for the other horizontal grouping enabled views multiday and timeline.

Is it posible for a fix that reduces to a max value like 32767, 
when calculating or setting the table width.


part of my code:

RadScheduler1.ColumnWidth = new Unit(200, UnitType.Pixel); 
//Note will cause exception when many resources
//and Telerik.Web.UI.GroupingDirection.Horizontal
//The Unit class can represent values only between -32768 and 32767


Stack trace:

Specified argument was out of the range of valid values.
Parameter name: value



at System.Web.UI.WebControls.Unit..ctor(Double value, UnitType type)
   at Telerik.Web.UI.Scheduler.Views.SchedulerRenderer.SetContentTableWidth(Table contentTable)
   at Telerik.Web.UI.Scheduler.Views.SchedulerRenderer.AddHorizontalHeaders(SchedulerTopTable topTable)
   at Telerik.Web.UI.Scheduler.Views.Month.GroupedByResource.Renderer.GetInnerContent()
   at Telerik.Web.UI.Scheduler.Views.SchedulerRenderer.GetContent()
   at Telerik.Web.UI.RadScheduler.CreateContent()
   at Telerik.Web.UI.RadScheduler.CreateChildControls(Boolean bindFromDataSource)
   at Telerik.Web.UI.RadScheduler.CreateChildControls()
   at System.Web.UI.Control.EnsureChildControls()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)



Regards

Peter
Declined
Last Updated: 10 Mar 2014 14:07 by ADMIN
Created by: Peter
Comments: 1
Category: Scheduler
Type: Bug Report
0
Hi Telerik

Full version number of the Telerik control or product being used: 2013.3.1324.45
Operating system details of your development machine/server: Win8.1 / Windows Server 2012 / Windows Server 2008 R2
Browser type and version number (where applicable): IE11 // FF
IDE Edition (Including Service Packs): VS 2013 / VS 2012 Update / SP 4
Preferred coding language: C#

In all my skins, the calendar dropdown has inline style that hides part
of the day ranges, and navigation controls. i can however only replicate
this issue on your demo site 6.february 2014,  for the metrotouch skin,
and the blackmetrotouch skin, see attached image.
so i quess its fixed, and anyhow i made a css overide to temporary
fix this for my production deployment

However it looks like the appointments duration is not rendered correct,
this was also the case in my last production deployment version 2013.611.45.

i can replicate this issue on your demo site 6.february 2014, where i made
an appointment from 08:00 to 12:00, see attached image.
I tried in IE, FF, IOS, with same result.

is it posible to get more exact time rendering, like in the other skins,
because i in fact has some users who run my application on tablets. and
the metro skins looks great and are easier to use on thoose devices.


Regards

Peter
Completed
Last Updated: 24 Nov 2014 14:19 by ADMIN
ADMIN
Created by: Plamen
Comments: 1
Category: Scheduler
Type: Bug Report
0

			
Completed
Last Updated: 27 Nov 2014 15:07 by Dennis
Please add a support for YearlyRecurrenceRule class, where user can set the year intervals. (for e.g. Every 2 years on 12th February). Please check the attachment.
Declined
Last Updated: 01 May 2014 10:34 by ADMIN
Created by: Rahul
Comments: 1
Category: Scheduler
Type: Bug Report
0
I want to Use Kendo Scheduler in my MVC Application. But in that the Problem is with Scheduled task fetching. Because that is not on Server Side. I have also done Google, but still not getting any sugegstion on How to use Server Side Kendo Grid Currently I am refereing Kendo Scheduler from:: Kendo Scheduler Demo

But that is on Client Side(i.e. it reads all the data from database).

I want Server side Scheduler because of following reasons:

If Database is having Millions of Schedule (i.e. Pervious Date + Current Date + Next Few months)
then in that case I want the information of just `Current Months/Week/Day` for that I need Server side Kendo Scheduler.
Completed
Last Updated: 24 Jun 2015 11:10 by ADMIN
Thus, appointment resizing is not possible in RadScheduler with RenderMode="Mobile" if a time slot is tapped before tapping the appointment.
Note: If the RadScheduler is scrolled between the time slot tap and the appointment tap, then resizing is possible again.
Unplanned
Last Updated: 13 Jun 2014 12:37 by ADMIN