All Questions
Navigator Highlight
In addtion to having the navigator highlight days that have tasks assigned, would it be possible to indicate which days have tasks that have not been assigned?
increase drag area
hello there. Its possible to increase drag area? I can do that with "DurationBarWidth" but I don't want to have a huge duration bar! any possible solution?
OnRenderCellBubble not firing
Hi, I'd like to render the time period of a cell in the scheduler view, but the event to show the bubble isn't firing (e.g. when I hover over an empty cell, nothing is displayed). Bubble works for ev...
Last day of Printing period
I am using DaypilotScheduler. First generate on WebSite, next print to file. My problem is: DayPilotScheduler on web site is correct. But whenI used: MemoryStream img = DayPilotScheduler1.Export(Imag...
'element' is undefined
Hi, I'm using the DayPilot (demo) with ASP.Net + ASP.Net AJAX and am getting a strange 'element is undefined' error whenever I use the control (scheduler or monthly calendar view). Error shows on IE ...
how to costumize the hours-bar in Calender?
If I configure CellDuration=15 and CellsPerHour=4, i will get 4 lines that splits up 1 hour. In the default view I can just see one full hour. I wan't to add the minute values to each line. Example f...
How to change events time from 0:23 to example 8:17 [Source]
Hi, could anyone help me where in source code i should change settings of event duration time frmo 0:23 to 8:17? I would be grateful for any help which help me to solve this problem. Adam
Feature in DayPilotScheduler and DayPilotCalendar are both needed.
Hi, i need the feature DayPilotScheduler1.Resources.Add and DayPilotCalendar1.Columns.Add() in order to get the output that i want. The display that i need to do is as below: ------------------------...
Change the BusinessBeginsHour on the fly
Hi all, Anyone have any tricks to changing the BBH property on the fly? Example, in Day View, each day defaults to 8am start hour. However, lets say on one day there is an event at 6am. I'd like to c...
Help with future dates
Hi, I am displaying future months and the code works for the month Here is the code checker2.StartDate = new DateTime(DateTime.Today.Year, DateTime.Today.Month, 1).AddMonths(1); checker2.Days = DateT...
Scheduler - Dynamic Tree Loading
hello there! I want to load tree childs on click, but when ChildrenLoaded property is set to false I get this error: 'The JsonData instance has to be initializes first' What am I forgeting? tks :)
How to Customize duration bar time range
Hi, How can i customize DayPilot duration bar time range? example : Booking from 1pm to 3pm but actual usage is 1pm to 2pm so i need customize duration bar to display 1pm to 2pm.
Does DayPilotScheduler support AllDay
I have implemented a Calendar and Scheduler and have added all day events to the Calendar but cannot seem to get it to work for the scheduler which does not have the 'DataAllDayField' attribute. Are ...
Events are not binding to Scheduler grid
Hi Dan, Instead of using "resources" as you didon the default.aspx.I need to replace it with Technicians which is dynamically populated from a SQL view. I am able to bring that in but what happens is...
Multiline header doesn't match up with times
My header format is setup as: HeaderDateFormat = "dddd MM/dd/yy" which displays as Tuesday 2/23/10 The problem with this is that the header above the times is only one line high, which the date heade...
Horizontal line separating room type
Hello, Is there any chance to separate room type in grid like in Hotelogix: http://www.hotelogix.com/pdf/Jump_Start_Guide.pdf (rows Superior, Executive) Regards,
refreshing the display on return from an event creation
Hi, I am using a popup window to create a new event and on return from the (modal) popup I would like to refresh the display to show the new event. I guess I could submit the form and that would refr...
Using a single DayPilotNavigator with DayPilotCalendar and DayPilotMont
I need to create a simple calendar application to start with - with a 3 month calendar to the left and either a day, week or month view to the right. The views are selected using buttons. Ihave a sin...
Total TextBox or Label at the end of each resource line in Scheduler
Hi Dan, I was wondering whether there is a way to add a total box on each resource line in the Scheduler? Absolutely amazing system, I envy your knowledge :o)
Display events with same start time in day view on top of each other instead of side by side
The way my calendar day view is set up, when multiple events are happening at the same time, it displays those events side by side. Im trying to display some information in a row in the event, and wh...
How to introduce page breaks to the calendar control?
Hi All, I am using the Daypilot.dll Version 5.7.1903.0 and have the issue that I pass the print view page of an Daypilot Calendar control (no scrollbars) to a HTML to PDF conversion in order to gener...
How to lock certain events from being edited or removed
Hi all, I have just purchased this really cool control and am really happy with it however i Have this question... due to the way that I wish to implement the calendar I would like different memebers...
Custom Object ArrayList Binding
I'm building on the Pro Demo 5.8 until I can get it all working. If it all goes well then I'll probably purchase. I've got an ArrayList of objects (TimeEntries) that I'm binding to the Month view. My...
Disable the clicks
Answered: putthebelow codein the page_load() and try... Schedular.FreeTimeClickHandling = DayPilot.Web.Ui.UserActionHandling.PostBack Schedular.EventClickHandling = DayPilot.Web.Ui.UserActionHandling.PostBack
Disable the clicks
How can I disable the eventclicks and the clicks in the free area in the DayPilotLite-Scheduler? The Scheduler is only for viewing.
give fixed size to modal popup
i have used ajaxmodalpopup extender for showing the modal popup. and i want to assign fix height and width to the modal popup and if the data exceeds the assigned size i want to show the scroll bar t...
Can we have Recurring Event Functionality?? Please reply ...
Can we have Recurring Event Functionality?? Please reply ... ASAP
CellGroupBy="Year" freezes
Hi, First of all excellent .Net calendar! I'm trying to get my calendar i different views such as Hour/Day/Week/Month/Year. But everytime i'm trying to set CellGroupBy="Year", it freezes my VS. I'm u...