Questions Tagged how-to
How to show Year with month name in monthview control
Answered: You should handle BeforeCellRender event and change e.HeaderText. See an example from Demo/Month/CustomRendering.aspx.cs (visible as www.daypilot.org/demo/Month/CustomRendering.aspx). This example se...
Which version stable?
There are so many version in daypilot. Which version are more stable when working with update panel.
Integrate with Google Calendar or Outlook
Answered: I believe this is not a difficult task - but it's outside of the scope of DayPilot. DayPilot will show what you feed it with (usually from your own DB) - it's just a UI control. Several thoughts: Bot...
More than 1 color in an event
Hi, I would like to know if it's possible to have more than 1 background (or text) color in an event box ? For example (1 event) /-------------------------------------/ /----------Text in red--------...
How to increase width of resource column in Daypilot scheduler
hi dear. please let me know that how to increase width of resource column in scheduler. Thanks...
After dragging and dropping I need to update a text control
Hello, After successfully dragging and dropping an event from an external list of resources, the EventMove event successfully fires, but I need it to update a text control on my page. I have tried se...
How to show only specified date in scheduler
i have saved from & to date using monthview control in database. now i have to provide from and to date to scheduler so that user can enter events only in specified dates or it would be better if sch...
Dynamically creating a list of items available for dropping onto the scheduler
Hello there, I have a few items or time slots that can possibly be added to the scheduler. Once I have a datatable of items, how do I dynamically put them into a list ready for them to be dragged ont...
DayPilotMonth Custom Event Context Menus
The BeforeEventRenderEventArgs for the DayPilotMonth still doesn't include a ContextMenuClientName as of version 4.9. In a separate thread you said it would be in version 4.7 (http://forums.daypilot....
2 controls loaded dynamically horizontally into a scrolling div.
Hello, I am currently developing a system in which I hope to use the DayPilot calendar. The system requires any number of calendars to load dynamically into a scrollable div. The problem I am having ...
Showing wrong month in month view control
Dear sir. I have saved the leaves for july month in database.. but in month view its showing the leaves in august month. e.g leaves are 7/1/2008 , 7/2/2008 now these leaves should show in july month....
Resource View Question
How can i disable 12am - 12am in resource view. The control will auto add the time range for me.
Disable TimeRangeSelectedHandling for specific resources
On day pilot calendar, is it possible to override the TimeRangeSelectedHandling method at resource level, as I want the user to be able to create events for some resources but not others.
DayPilotMonth1 Control doesn't load the new created events
Hi All, I hope some to help me on this. I created 2 pages in ASP .NET. One that contains the DayPilotMonth control to show all the events and another one to add new events to my calander via text box...
Month View Format
Is it possible through the open source for me to alter the Month view layout. As well as the seven days of the week, I need an extra column on the left to say the week number Plus a code as to where ...
All day events broken
I am trying to use the DayPilot Pro control on my company's site, and I seem to be having a couple of major display issues, mostly with All day events. Whenever I render a calendar with an all day ev...
Daypilot Schedular
Hi, is it possible to add custom event for daypilot schedular like event double click and timerange double click. if i want to see only days if i select 7 days in schedular what could be the cell dur...
white space to enter the event details
I am modifying DemoSQL. When I click on create new event it does not bring the white space for me to enter the event name and comment. It enters the start time and end time to the database. How can I...
Changing time format on events in Month calendar
I have been integrating the DayPilot into my website www.teamyell.co.nz for the last few days. Have a look at www.teamyell.co.nz/abc/eventsin a day or two (once I deploy). My site displays timein the...
How do I refresh the dataset with refreshCallBack
Hello, Right now, I'm loading an entire year's events in the dataset for my calendar. Then I have "Next Week" "Previous Week" buttons to jump from week to week using the javascript:refresshCallBack c...
customize events (backcolour etc) using BeforeEventRender for Month view
I have attempted to use BeforeEventRender for changing background colour in the month view however this event is not being triggered. My code is as follows: Protected Sub DayPilotMonthX_BeforeEventRe...
Do I need to filter out events outside datarange shown in DayPilotScheduler?
Hi, I've got SQLdatasource as a source to a DayPilotScheduler. At the moment the Datasource returns all events. Do I need to put in a WHERE statement on the Procedure the DS uses to just return booki...
Year View
Is there any way for displaying a view that shows only years and months? I'm looking to apply this for equipment scheduling that is done on a monthly basis.
Drag and drop an event between resouces in resource view
Hi, How can I drag and drop an event between two resources in the Schedule resource view? I've got it working so I can move between dates on same resource, but the client wants to drag and drop betwe...
How to display Day (Monday etc) on Resource schedule
Hi, How can you show the actual day with the date on the Resource Schedule view? Thanks
How do I set time cell intervals to be 15 minutes instead of half an hour ?
Thank you very much for any help or directions to an answer if that question has already been answered.
code for databinding
Can anyone help me with the code for databinding. I tried myself but not working