Questions Tagged how-to
How do I get Event Text to display correctly?
I am using DayPilot Pro and cannot get the text in my events to display correctly. The header only displays part of the time span and the text (DataTextField) displays right at the border of the head...
How to set calendar ScrollLabel / LoadingLabel in the version 6.1.2
We have some UI related issues in calendar control when we try to upgrade the dll to 6.1.2 version from 5.4. 1."Scroll Down/Scroll Up" label not shown in calendar control in the version 6.1.2. We hav...
How do we set the context menu header dynamically in the dll version 6.1.2
We were trying to ugrade the existing dll to 6.1.2 version from 5.4. Here we have an issue with setting context menu header dynamically. We are not able to set the menu header dynamically in 6.1.2. B...
Issue with context menu command - daypilot version 6.1.2 version
We were trying to ugrade the existing dll to 6.1.2 version. But we are getting a exception like "Microsoft JScript runtime error: 'command' is undefined" when we click on any of the context menu item...
e.NewResource and e.OldResource property set with same value when upgrade 5.4 to 6.2 SP5
We have an issue as detailed below. We were using the Daypilot 5.4 and for the Calndar control event move property we were using the code as below to set the event move attributes. EventMoveHandling=...
... Show events in the mont view with rounded corners and other Google-like stylings?
Answered: It's now possible to use rounded event corners in the Month control as well: http://www.daypilot.org/demo/Month/RoundedCorners.aspx See also: http://www.daypilot.org/daypilot-pro-6-4.html
DayPilot Pro - Set Event BackColors stored in database
Hi, I am loving this control, but am having problems trying to figure out how to set the backcolor of events when the backcolor is coming from the datasource. I have tried using BeforeEventRender, bu...
Update Calendar with Javascript
My Calendar HeightSpec is "BusinessHours". When I try to change the calendar's HeightSpec property with javascript to "BusinessHoursNoScroll", nothing happens: I still have the scrollbar at the right...
DayPilot Navigator fre space between them
www.daypilot.org/demo/Calendar/ <DayPilot:DayPilotNavigator ID="DayPilotNavigator1" runat="server" BoundDayPilotID="DayPilotCalendar1" SelectMode="Week" ShowMonths="3" CssClassPrefix="navigator_blue_...
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...