When moving from 2.611.45 to the latest 2.717.45 ASP.NET AJAX binaries, we are experiencing a problem with the client-side drag ('move') of appointments. Repro steps: * Unpack the attached MVC project (bare-bones...does web-service binding on an XML document). Run the project (just go to the /Home/Index action). You should see the RadScheduler there. * Create an appointment of AT LEAST 90 MINUTES duration. This should succeed. * Drag the appointment up/down. I have included a piece of sample JavaScript which prints out the eventArgs.get_targetSlot().get_startTime() value. Expected results: * The logged value coincides with the visual position of the start of the appointment while it is being dragged. Actual results: * The logged value is offset by a constant amount compared to what is being shown on the Scheduler during the drag. For example, the appointment will appear to be shown at 12:00 but the value retrieved in script will be 12:30. This only seems to be reproducible for appointments of 90 minutes or longer. It does not occur with your 2.611.45 binaries. I noticed that you guys changed your implementation of client-side methods like _startDrag, _raiseMoveEnd, _finishDrag etc in this latest release...it might have something to do with that, but I didn't have time to go debugging your script. (Note: The attached zip is only a zip of the cleaned project file. The only non-standard MVC4 assemblies are your Telerik assemblies, so you'll just have to fix up the path to those so that the project builds.)
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
RADScheduler events does not align with the time columns headers on IE10. Demo can be used to reproduce the bug on IE10, http://demos.telerik.com/aspnet-ajax/scheduler/examples/timelineview/defaultcs.aspx
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
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.
I'm using RadScheduler in a page that is called with a script "windows.open" but does not pop up. As is shown in IE6 or IE7 displays correctly but when running in IE9 is very compressed cells. In this control only use the view of "time-line" because I am trying to show the availability of people going to invite a date. Can you help me with this bug?
Extend RADScheduler not just to creating appointment. Extend it to be timelogging\time clocking feature where user can use RADScheduler to perform timelogging\clocking. Also allows copy and paste from 1 day to another day.
I will be very helpful to have a Gantt view to the scheduler with a Grided info on one side and the Gantt on the other.
In firefox, the scheduler adds additional option buttons and checkboxes.
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.