Questions Tagged how-to
How can i change the cell color of previous month and next month dates displayed along with the current month
Hi, how can i change the cell color of next month and previous month dates displayed along with the current date in Day:Pilotmonth contol please reply as early as possible
DayPilot Month control Problem in events
I am using Daypilotmonth control, i am using all events i-e EventMove, EventResize, TimeRangeSelected. i am updating and inserting records using these events. now the problem is that each event is ca...
Return to main Schedule page after opening popup to add new event
Hi, I'm still working on this.... :-) For the moment, I've abandoned using Javascript to add a new event because of the incorrect date issue. I've created an aspx page that pops up and adds a new eve...
Passing datetime back to DayPilotScheduler1.TimeRangeSelected
Trying to pass back a start and end dates from a popup window back to the booking schedule form but I get !An exception was thrown in the server-side event handler: ...unable to parse datetime: '06/0...
Date format
Hi, I;m following the code to create a popup window for a new event. The output from the scheduler to the output window for the start date is Sun,18 May 2008 00:00:00 UTC Is there a way of geting the...
Create a new Resource booking in schedule by clicking on schedule date
Answered: News. I tried using TimeRangeSelectedHandling= "JavaScript" TimeRangeSelectedJavaScript = "openPopup(start, end, column);" and this as per example on site function openPopup(e) { window.open('booking...
Some more quick questions
Answered: Sorted number 2 by setting the Days = 1 and the StartDate = e.Date in the HeaderClick event and setting the HeaderClick type ot PostBack. Number 3 isn't important now but I'd still like to be able to...
Display week range date
I'm trying out the trial of the full version and have two images with hyperlinks wrapped around them to move to the previous and next week using the javascript call; javascript:progTT.refreshCallBack...
Reflection
Hi, I'm trying to use reflection to change some DayPilotScheduler properties but it doesn't work... Do you have a code snippet/example that does it ? It would be appreciated and also useful for other...
Close popup and update calendar?
Hi. I'm opening a popup window on time range selection. On popup window I'm creating the event on server side. How can I close the popup window and update the calendar at the same time with server-si...
Changing the headerHeight using javascript
Hi Dan, I have currently changed the height of the headerHeight in the source code not a problem but I want to be able to do the following: Once I select a link from the Context menu I want it to mak...
How can I display a cell of 2 hours and also how can i change the text of left nav from one hour slot to half hour
Hello, I want to display cell of two hours(means 12 to 2 , 2 to 4 , ....). Is it possible ? And Also i want to change the display hour of left nav from one hour to half hour(means 9:00 t0 9:30, 9:30 ...
How can we display cell of 2 hours
Hello, I want to display cell of two hours(means 12 to 2 , 2 to 4 , ....). Is it possible ? Please suggest.
Code Example for ResourceBubbleID
Hi Any sample code for using the ResourceBubbleID? I'd like to setthem the same time as the Resouces. Try conn.Open() reader = comm.ExecuteReader While reader.Read DayPilotScheduler1.Resources.Add(re...
Set Row Height in Scheduler
Hi, How do I set the row height in Scheduler resource view? I've read some info about CellHeight but I cant see that as a property of the DayPilot Scheduler. Thanks
Resources - Can I get them from a sqldata source or do I have to programatically add them?
Hi, I'm developing a hire application and am using the trial version of DayPilotScheduler. I am having difficultly getting Resource data into the Scheduler.Do I HAVE to programatically add Resources ...
Can I use a asp:sqldatasource with a DayPilotScheduler?
Hi, Does the DayPilot Scheduler support data-binding with a sqldatasource? Is it one or two way? Thanks
How can we disable cell click
Hello I want to disable cell click on particular time period. I tried with BeforeCellrender event, but it doesn't have any property so that i can disable click on particular cell. I have a datatable ...
DayPilotMonth - making the day number unselectable?
is there any way to make the number of the day unselectable? is there any way to change the inner-html of the 'day' on the cell so that it can be placed inside a <div unselectable="on" />
Removing the Loading... message from the bubble?
is there any way to turn off the loading text completely on a bubble? simply blanking it out still displays a small tooltip sized box with no text in it before the bubble appears which looks kind of ...
Creating client-side DayPilotCalendar.Event object to pass to eventClickPostBack
Answered: The DayPilotCalendar.Event is now rather an internal object. I would like to make it more accessible for the future. Depending on what exactly you need to send back to the server, you can create your...
Bubble
Hi, I have a trial of the DaypilotScheduler which is connected to a sql data source. There is a sample describing how to pop up a bubble with the event id, but how do I fill a bubble with data from t...
show more information than the ID
Hello, I'm trying to show more information than the ID when I click on an event, but I don't know how. I've tried some code, but nothing works, only the "e.value;" I show you my code, I hope you can ...
DurationBarColor
Hi, I would like to know if it could be possible to have other colors than "red","green","yellow", etc for the DurationBarColor property. I would like, for example, to have "#FFD294" as a color, or C...
Embedded Resources
Hi there, We are currently using v4.2 of the DayPilot control and its seems to be using embedded resources for JS and Images. This is causing some performance problems as these resources will not get...
Embedded Resources
Hi there, We are currently using v4.2 of the DayPilot control and it is using embedded resources for js and images. This appears to be causing some performance issues. Is there any way that we can tu...
Display time on the left in 15 minute intervals
Is it possible to change the time format on the DayPilot Calender to 15 minute intervals? (ie 8:00AM, 8:15AM, 8:30AM....)
Enabling the move event client side.
Hi Dan, Is it possible to enable the move event on the client side? I have an event in the scheduler and when you right click to move it, it performs a javascript function to change the colour to sho...
Calendar eventMove callback is not updating correctly
I have been using the callback on eventmove and eventresize events and the callback was working great. I then upgraded to version 4.7.1399 and the callback now updates, but all the events are no long...
How to call a postback from dynamically generated calendars
I generate different calendars in runtime depending on the amount of employees on a table. Is there a way i can do postback events on those generated calendars or i have to use JavaScript on them?