For a planner, it's very normal to have a list of tasks to be finished. And with each task, it will require different type of resources. In my case, the resource is the employee, which can have different skill sets. I want to be able to select the task, and based on the skill required by the task, to filter the employees as resource. Then based on the availability of the filtered employees, assign specific task to a specific employee. I think it's nature of the process for planning and scheduling. For some reason, radscheduler rebind on client side can't update the resource. According to Telerik's feed back, it seems only way to achieve this is to do a post back(partially by ajaxmanager or full). I am hoping it can be done as radgrid.
RadScheduler RTL Support
I'm using RadScheduler with TimelineView, i have ExactTimeRendering and it shows the appointments clear. Since i have the slots with 12hours, i want to adjust an extra hour, but when i resize it always adjust an extra 12hours. Would be very helpfull to had a property to allow exactappointment drag, so i can resize 1 extra hour instead of 12. Something similar like in radgrid, when resize columns it shows me how much pixels, in this case i want it to show the time.
Having the ability to customize the scheduler toolbar (or header) via template will increase its flexibility. In addition it will allow for rendering improvements while maintaining backward compatibility via the templates. While it may seem like a straightforward task, it requires at least: * extracting toolbar commands to be callable from client code * the ability to iterate trough the currently viewable views to set the buttons (to match the userselectable property) * per button setting ala ListBox button settings
One complaint I keep getting from my users is since changing to the “rad scheduler” from “day pilot” they cannot see as much on the screen and need to scroll much more, making it difficult to get an overview. This is when the dates and times are displayed down the left hand side. I want to be able to create a compact view, e.g. currently if I set the DayStartTime to 09:00 and DayEndTime to 21:00, each day needs to display the same time range, normally events would end by 17:00 but one day they end later so all other days need to show a larger than necessary time range.
In http://www.telerik.com/account/support-tickets/view-ticket.aspx?threadid=631805 Plamen indicated a feature request was created to implement CRUD via ODatabinding for the RadScheduler control but I can't find it. Currently it's read-only but we really would like to be able to maintain appointments as well via OData because we already have that API available in our product. This way we don't have to build\maintain a new web service.
Review the attached sample. The timeline is split into 356 slots. When there is an appointment with start time out of business hours it is placed on two slots instead of one.