A feature that allows the events in the Scheduler to have their ‘margin-bottom’ property assigned programmatically. This is required to support custom events with a border-width > 1px. Currently, the code calculating event position assumes the border-width on events will be 1px, and it works perfectly when that assumption is correct. Increasing the border-width results in events overlapping each other, which is something I’d like to avoid.
Some schedules require appointments that exceed midnight (for discussion's sake, a company that operates night shifts to accommodate customers on the other side of the world). In this case I would like the "Monday" column to start at Monday 6pm to Tuesday 7am. This is instantly doable in WPF RadScheduleView by setting the property. I would expect this to be useful here as well, since there's an EndTime property it just needs to be expanded to display appointments correctly.
If I am on "Day" view and looking at the business hours of 8-4 (default view)...however an important event is set at 5pm...you'd have to click into full day mode to even know it was there. The databinding is such that the "day" should have that 5pm object already on the clientside... I'd like some sort of visual indicator that there's more to see.
Currently, if you create a recurring event, then edit a single occurrence (make an exception), and then later edit the series, the exception will be lost. Let's say you've booked a room from 10 - 12 every Tuesday for the next year, then edit a single occurrence maybe two months ahead, and then later need to perhaps correct a spelling error in the series title. The edit you made to the single occurrence would then be lost, and that's not so easily spotted... I would suggest letting the user decide whether or not to delete exceptions from the series when the series is edited.
Create property set set text and style for "more items" button in month view, currently set to "..." my user requested to set to language specific text like '"more items". Create property to set which view the "more items" button will navigate too, currently set to day but for my project had to override it to agenda view.
Kendo Scheduler should have iCalendar Export (in similar way to ASP.NET Ajax Scheduler).
Would like to have the view scroll to show the events for the current time rather than the first allowable time. Example, let's say the current time is 1:30pm, would like the view scroll to 1:30pm rather than 12:00am when the page is loaded or refreshed
I am using KendoUI - free version for schedulers. Everything is working perfectly except Partial Postback. My Client Wants Partial Postback when the calender is filtered or new Event is created ....I have implemented the Ajax but somehow its not working completely - the scheduler does not rebind with new values, its state does not changes ... . However, data is being updated with the partial postback in the database. I am running on a strict timeline.... so any help would be great. Thank you in advance.
I got 2 "views" sharing same page, Scheduler is on the second/hidden view and only show/trigger when user select to view it. Therefore, I need Autobind to be false (same feature as exists on other controls like Gridview), to prevent Scheduler auto populate at the initial stage. Second, I need to parse additional parameter during read/fetch data from Scheduler. Thanks.
It would be very useful from a visual and functional perspective to be able to view scheduler items in a year view, that seems to be currently unsupported.