Questions Tagged how-to
Disable Bubble in Daypilot scheduler
Hi Dan, Is it possible to disable the Bubble when I click on a menu item? eg. 1. I right click on an event 2. Click on "Copy Booking" within the context menu, once I click on this the Bubble is disab...
24-hour date format in event display
Hi Dan, Please let me know if it is possible to display the time displayed in the event in 24-hour format. Eg. XYZ (17:00 - 18:00) Please point me to any documentation you have for this. Thanks Raghav
Navigation
Hi All, I'm trying to navigate between months on a DayPilotMonth component The data is bound correctly and i'm using the following link to try and trigger a forward jump of one month javascript:cal.r...
How to get the calendar cells and change the background color from a specific Event?
How to get the calendar cells and change the calendar background colorfrom a specific Event? so when Event takes: 9.00--10.00 am only this cells in the calendar should be colored red. to start with: ...
How does the BeforeEventRender event works for daypilot(dayview)
Hi, i am trying to bind an event that starts from 11:30 to 00:15(that is 15 minutes past 12,11:30+45 minutes), i m using a 24 hour clock. the beforeEventrender handler is not binding this event enen ...
Combining multiple events into one cell
Hello, I am trying the DayPilot Lite version, may upgrade to Pro if it meets our needs and there is funding available to purchase (we are a public university with little money!) I am most interested ...
Install Help!! Could not load file or assembly 'DayPilot' or one of its dependencies.
Hello, I downloaded and unzipped DayPilot Lite. I then followed the instructions and added the component to the VS2005 toolbox. I attempted to build the pages to see the demo and I get the above erro...
Display event text at the bottom of event box
Hi, is it possible to show the text at the bottom of an event box (at end time) instead of the top (at start time). Thanks
Combine CellHeaders
Hi, It is possible tocombineCellHeaders? For example like colspan does in a html tabletag. i want one CellHeader for 2 cells. Best regards
Event stacking and DayPilotMonth month names
Is there a way to cause events on the DayPilotCalendar control to stack vertically instead of horizontally or wrap when they have reached a certain number? Is there a way to change the css for the mo...
DayPilotMonth get visible start and end date
Is there any way to get the visible start and end date of the DayPilotMonth control?
How to advance the calendar to the time the last event was added.
Hi, I am using the calendar in the day view and as the user add events to the calendar, I would like it to scroll (advance) to the time the last event was added (instead of showing 'Scroll down' or '...
Disable clicking on control
Hello, When my page is loading (ajax....) I would like to disable clicking on DayPilot calendar control. How can I do that ? Thanks
Drag and Drop Between Windows
Hello, I would like to know if daypilot controls support the drag and drop between webpages and how can I do it? Thanks in advanced, Agustin
multiple lines in the resource header of a scheduler
I want to have 2 lines in the resource header of the scheduler. I tried putting a <br> to go to the next line. But the Div of the header sets the cell height the same as the line height. So the <br> ...
DayPilotMonth: Filter Events using BeforeEventRender()?
My datasource contains events that I may want to filter-out under certain conditions. Is is possible to use the BeforeEventRender() to effectively 'cancel' the event?i.e. .... e.Cancel = true; ...I k...
Custom Event Context Menus on DayPilotMonth
The BeforeEventRenderEventArgs for the DayPilotMonth doesn't include a <b>ContextMenuClientName</b>. Is there another way to have different context menus assigned to different events in the DayPilotM...
Autosize Event Bubbles - almost!
Bubbles appear to have a fixed width. I wanted them to autosize to contents, so I placed a table in the InnerXml to help formatting and set the bg color of the table to 'tooltip yellow' using the 'st...
Different duration bar color for different resources
Hello, I need to show all the information or all the events related with different resources at the same time using the daypilot calendar control, so, in order to identify which events belong to an s...
DemoSql Day selection
Hi Dan, I am using DemoSQL of your DayPilot Lite. Now when you change date in the left hand side asp:calender you are setting DayPilotCalendar1.StartDate = DayPilot.Utils.Week.FirstDayOfWeek(); I wan...
Probleem using DemoSQL
Hi, I created a new website,added daypilot to toolbox.When i ran the website ,calender is shown on screen but without any data. All the code is from downloaded folder. Why its not showing any data on...
Simple Requirement for a Resource View
Answered: You are right that it's not possible at the moment. I plan to add the missing features to DayPilotSchedulerDynamic so that's the way to go (you just need to wait a little bit). There is a raising num...
How to start
I just downloaded Daypilot i don't know how to use it. I saw all the forum topics.but still don't know.I have worked in asp.net 2.0 but don't know AJAX. Any help will be really appreciated.
Printing Scheduler
Hi Dan, I am using the latest release of the daypilot scheduler and have trouble with printing. I am using the following: ViewType="Days" HeightSpec="Auto" ScrollPosition="25/02/08 07:00" BusinessBeg...
DayPilotMonth client refresh
I'm having trouble changing dates in the DayPilotMonth control. I've tried changing it via server side but it didn't seem to work. I changed the StartDate to a new date and it seems to bounce around....
I want to change complete look and feel of calendar
kindly tell me all the css classes names that can be modified and is there a way i can modify all properties using css style sheet. as i want to enable theming on my calendar.
Disabling the click event for creating new events
Hi Dan, Is it possible to disable the create event depending on who is viewing the control. eg. There are 2 users A & B A has permission to create a new event B doesn't have permission to create even...
How to make hyperlinks or linkbuttons the resources' names ?
I am adding dynamically the resources to the daypilotscheduler control, so , I need that each resource's name is a hyperlink or linkbutton in order to retrieve his resourceid and perform some actions...
changing the culture & UICulture of the scheduler control?
Hello, Is there a way to change the culture and UICulture of the sechedular? I need to use my culture's Calendar "Hijri Calendar"? thanks.