When a scheduler does a callback and the amount of resources change (see Forum 643 (bug)) the amount of tree nodes should be updated as well. If this doesn't happen the 'tree array' can go out of ran...
Hi i am using schedular control, I want to wrap the text inside the event in case event duration is small. Is it Possible? if yes how can i do that? I found this is possible with calender control but...
Hi, I'm using the DaypilotScheduler light...I am trying to get the projects on the left and fill in who is working on them (emp names) as the scheduled items. The problem is, the projects are dynamic...
Hello, I've converted our Web Project from a Visual Studio 2005 into a Visual Studio 2008 Project. Everything works fine but when I update the schedular within an update panel there only is the text ...
Hello, it would be nice to have the actual row number or propably tags of the resource header in the BeforeCellRenderEventArgs. This is useful for implementing alternating row colours. Greetings
Hiya, I am looking to detect whether or not the event being moved is from an external source. This is available for client-side JavaScript but seemingly not for the server OnEventMove event. I only a...
And CellGroupBy=Hour and CellDuration =15 When i set any event at extreem time.. say from 11 PM with 1 hour range it goes to next day at first 15 min slot. Which looks confusing.... Any help will be ...
Hi Dan, I want to increase the height of the duration bar which in DayPilotScheduler Resources View. Would you please let me know the option? As this Duration Bar only shows the exact duration of the...
I handle the eventmove on the server side. But dependend on the selected event, the user is not allowed to move the event. Then I would like to display a message like "You are not allowed to move the...
Answered: The little blue line is called DurationBar and in Lite version you can set fixed color for all events by setting DurationBarColor property. You can also decide if you want to see it or not by setting...
Answered: Download the trial of the Pro version . In the DemoSQL directory, there is a working example of the ModalPopupExtender for editing the events. You just need to adjust it a little bit (event names, et...
Hi, I'm trying to use the scheduler to pull data from SQL and display. The problem is the grid comes up blank everytime...I don't understand why the data isn't binding or displaying or whatever...any...
Hi! When using the dayPilot calendar control, the bug is also in the demo version, when I select an empty cell, and whether i then resize an existing event, or just right-click on my selected cell an...
I have a problem where the drag and drop stops working randomly when you start the drag from inside an iframe by using parent.dragStart.. Sometimes this works just fine, other times the calendar wont...
Hi, i use the scheular control with navigator. I want to show the data which is based on the perticular date. First time i navigate to page then it shows the data for the date which is in navigator b...
One last question then I'll leave you alone :-) In the scheduler is there an easierway to conditionally prevent a user from selecting an cell in the TimeRangeSelected event than calling my server sid...
Hi, Is it possible to format the dates in the header for the Daypilot scheduler? I saw a couple of posts that said to use the HeaderDateFormat property but I do not see this property in the scheduler...
First off I must say this is an excellent control. Thanks for the effort and support. I have been tasked with a project in which I will be creating a booking application for vehicle testing. One requ...
Is this possible? The page has a master page with two content placeholders, one for the main page content and one underneath the nav menu on the left - I'd like to place the DayPilotNavigator control...
i have a layered approach and its going great, the only question i have is about the colouring. i am binding the control to a collection of Events. these events each have an "EventType" property that...
Is it possible to control the calendar mainly from Javascript. I mean adding events, changing views, etc. without resorting to postbacks/callbacks? thanks.