Questions Tagged how-to
Set different business hours for different days
Answered: The BusinessBeginsHour and BusinessEndsHour properties should only be set once and before the cells are generated (i.e. before BeforeCellRender). Chaning BusinessBeginsHour inside BeforeCellRender ha...
Differnet Business Hours on Differnet Days
Answered: Yes. You can handle BeforeCellRender and set e.IsBusiness for each cell individually. See also Calendar: Business Hours. For the Scheduler it works the same way.
how to remove html tag when i export calendar in png image?
hello, When i am exporting calendar into png image it will display html tag in event description for example: Event Name: test<br> Start Time:10:AM<br> please provide me solutions. Thanks, Varsha
weekview calendar with resource header?
How to create weekview calendar with resourse and week on header?
Line Break in Calendar Header
Answered: I would probably use custom generated columns and assign each column one child column. This is a workaround but you should be able to achieve the same effect. www.daypilot.org/daypilotcalendar-column...
vertical Scroll Position to current hour
I would like the calendar week view to scroll to the current hour. So if it is 3pm, I don't see 9am stuff at top, I see 3pm at top. Anyway to do this either server side or client side? Thanks!
how to add two row in calendar?
I want to add two row on header of the calendar. first row contain current date and second row contain no of coloum with dynamic resource coming from database.
how to do Hour Line will be darker from the minutes line in scheduler
how to do Hour Line will be darker from the minutes line in scheduler.
how to add time on the left and resource on the top side
i am using daypilot scheduler i want time on the left and resource on the top please provide me any solutions for that.
how to change navigator's selectmode from javascript?
guys, i am using the calendar with navigator using callbacks and it works beautifully so far. the only problem is that i have two dropdowns for the user - one for changing the mode (day, week, work-w...
How to retrieve the position of the selected cell ?
How to retrieve the position of the selected cell on The Calendar in Javascript ? I want to bring up a TextBox on top of the clicked cell à the position of the selected cell. Acually I've this code b...
How to get the time selection in the code behind
How to get the time selection in the code behind of a simple button ?
Is it possible to display text in cells (BeforeCellRender)
With the BeforeCellRender, ican customize the backbround color of the cells. But how can a put some text in the cell, to indicate the locationof business hour ?
daypilot time cell interval
Here http://www.daypilot.org/demo/Calendar/FineGrainedTimeCells.aspx you can choose business hours interval from 5 minutes to 60 minutes but i would like to know if is possible to show that interval ...
Pro vs Lite
I just recently updated a project from Lite to Pro. One item users commented on was that previously (on lite) when they moved their mouse around(hover) the calendar it would highlight the open-time s...
Change side on client-side
I'm trying to update the height of the DayPilot Scheduler from the client-side using javascript. I can access the DayPilot object and set the height using dps.height. Changing this value, however, do...
after CultureInfo change, no data is inserted on Database!
Hello from Brazil! I need a help from you, guys! Im using the example TutorialDayPilotSqlServer.zip and everything is working fine but if I change the CultureInfo no data is inserted on my database, ...
Urgent: Scheduler resource view, call JavaScript when hovering over resource header.
Daypilot schedule allows you to display the bubble control when you hover the mouse over a resource header. I dont want to display the bubble but call some JavaScript. This is needed as the old appro...
Scheduler, change schedule sequence
I have multiple schedules in one resource row, these schedules partly overlap.The order of displaying these schedules below each otherseems to be based on start time. The schedule with the earliest s...
Show Date Range in Month View
How do you set the startdate / range for a month view? Ex. We want to show one week before the current week and three weeks after this week. My logic is this: DayPilotMonth1.StartDate = DateAdd(DateI...
Possible to have Left Click trigger Menu on TimeRange instead of Right?
I would like to use the Menu on TimeRange, but the only issue is that it requires a right click, which is not something that will work for my environment where right click is disabled. Do you have an...
Keep scroll position
Hello, i'd like to know how to keep thy scroll position after postbacks or callbacks!? Thank u!
Is it possible to freeze the header of the scheduler?
Answered: Figured it out: http://www.daypilot.org/scheduler-height-vertical-scrollbar.html
How do I export an image of the calendar and retain all event colours?
I've implemented printing with the Daypilot calendar using the image export method, however when the image is exported all the events are blue. How do I generate this image of the calendar and retain...
Where is the "production" copy of DayPilot.dll
I have written some code that used the DayPilot scheduler. This all works (except shows the word "DEMO" in the top left hand corner. I have now purchased a licence for DayyPilot Pro. I have tried dow...
UpdateWithMessage not displaying
Hello, was wondering what im doing wrong here.. ive got UpdateWithMessage in my intellisense, and it doesnt throw an error when it runs but it doesnt do anything... Do i need to do anything on the .a...
Daypilot calendar binding on client side
Hi All, I am having Daypilot calendar in aspx page. Every 10 seconds an ajax timer fires and binds the calendar in codebehind. Due to performance hit we are trying to bind the Daypilot calendar using...
Plan multiple resources in the scheduler in one go?
Answered: This can be done, but: 1. You need to separate the actual events from resource links in you database. Each event could be possibly linked to several resources so you need one more table for the link....
Scheduler - increase the height of the event drag handle
I've replaced the event DurationBarImageUrl with a custom image that is deeper than than normal. Is it possible to increase the height of the active 'drag handle' for an event area so that it consist...