Active Questions
Visual Studio 2008 hangs
Since I started adding Javascript to handle the TimeRangeSelectedHandling, Visual studio has started to use 99 percent of resources and not responding. This is when editing the an aspx page in source...
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...
how to achieve the zooming feature in scheduler control ???
Hi , In the demo of the scheduler i have read that we can zoom while clicking on the month header. could upls guide me on how to achieve this, like how do i add a link to the header. And i am not abl...
property to change the side bar color of the event not present.( immediate)
i was trying on DayPilotProTrial-4.8.1425 version.. in this i am not able to changetheside bar color of an event because the propertyto change it doesnot exist....
creating a new event by clicking a freespace
Hi, rite now if an event is present we'll be able to edit the event subject by just clicking on it (ie by setting the eventClickHandling as edit ). I wanted to know whether the same is possible by cl...
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...
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...
how to achieve day view in scheduler control (urgent)
hi, in http://www.daypilot.org/demo/Scheduler/Day.aspx shows the day view, how do i achieve this view. I tried making the days="1" and cellDuration="15" which doesn't appear like this. ie i wan't the...
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 ...
Month view
hi again!! is it possible to view the calendar in month format ,, as following Jan | feb | mar | apr | may | june | july | aug | sept | where all the months are displayed, where only the selected mon...
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.
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...
Bug in IE7
I have a daypilot control inside a div container that has overflow set to scroll but daypilot is behaving as if overflow is set to visible. Daypilot is basically popping out of the div and blocking o...
Time format (urgent)
Hi, i am using the daypilot pro control.. the time which i get from the calendar control is always 5:30 hrlesser than the time out here (india). so i believe there wud be some property that i can set...
daypilotbubble has no "e.argument" property in rendercontent event
Hello I have just upgraded to license version DayPilotPro-4.8.1425 from DayPilotProTrial-4.4.1357. And i received a problem in rendercontent event with e.Argument property. There is no e.Argument pro...
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 ...
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