Active Questions
Change Hour font Size and IE7 doesnt show the complete Text
When i change the font and text size of hour in left most Column it doesn't show the Text completely.
DayPilot Lite problem
I have detect small problem in DayPilot Lite. When i use DayPilot Lite Demo - Event handling the control show the event #4 and event #5 twice in the correct day and in the previous day. Why this happ...
Can't change TimeRangeSelectedHandling at runtime
Hi! I have some problem changing TimeRangeSelectedHandling server-side. I'm using buttons outside the calendar to do things server-side, When I then try to set CallBack as Handling, nothing happens. ...
How to fill lable or textbox (.net2.0 + AJAX )
I'm trying to fill a textbox or a lable (server side components) in any event e.g (Edit or delete) but it seems I can have lable1.text = "aaaaaaa"; does not do anything. Calander and textbox are in t...
Unexpected time for dayVisibleEnd in DayPilot Lite
DayPilot with properties: BusinessBeginsHour="0" BusinessEndsHour="24" Days="7" one event: dr = dt.NewRow(); dr["id"] = 1; dr["start"] = Convert.ToDateTime("23:00"); dr["end"] = Convert.ToDateTime("2...
BeforeEventRender in DayPilotlite not hitting
Hi, I want to change the individual cell color in daypilot lite depending on certain condition. So, I've modified the source code by adding beforeeventrender handler like this public class BeforeEven...
Daypilot Schedular not working with Gaia --- URGENT
Hi... If you have any gaia web widgetscontrol on a page with Daypilot schedular, the daypilot schedular does not work... e.g. Event move, event resize, navigation into next/previous day, zoom, etc. a...
Adding Resources programmatically to Scheduler
Hi, I am trying to add resources programmatically with out the whole page is reloaded. if I have a button which removes all resources and adds a new set of resources it doesn't get updated unless I r...
"'$c.colors[...]' is null or not an object" when using commandCallBack to update resource list in DayPilotSchedulerDynamic
Hi I have a DayPilotSchedulerDynamic with a lot of resources down the left hand side. Because of the number of resources, I have a couple of combo boxes at the top which the user can filter the list ...
printing out a calendar
Hi there, I want to print out the calendar, how do i do this so it only prints out from 0700 to 2100? Thanks Spencer
Printing Calendar
Answered: Since DayPilot Pro 4.9, printing is supported for DayPilotCalendar through PNG/JPG/GIF export: Documentation: www.daypilot.org/daypilotcalendar-image-export-bmp-png-gif-jpg.html Demo:www.daypilot.org...
Scroll position getting lost when doing a next or previous day/week?
Hi Dan, I have implemented on our control a day/week/month view which works perfect. I have also implemented a previous and next function for each of the views. The problem I have is that when I do a...
DayPilotPro 5.1 Javascript e.start localization problem
The e.start and e.endis now in local format in 5.1 Wenn i use: <DayPilot:MenuItem Action="JavaScript" JavaScript="alert('Start: ' + e.start.toString() + '\nEnd: ' + e.end.toString() + '\nResource id:...
OnTimeRangeMenuClick not firing.
Im having problems with the OnTimeRangeMenuClick event not being fired unless I set the command action to "Insert". anything else fails to fire the event handerl.
How to open context menu when left clicking instead of the default right click?
How to open context menu when left clicking instead of the default right click? The DayPilotMenu isnt avaiable from code behind and it would be best if it could be done with javascript. Someone who h...
DPCalendar1.update("Please wait...") does not show
hi DPCalendar1.update("Please wait...") does not show, either in adding events or in change / move events whats the property to enable for ajax messages ? thanks az
how to block saturday and sundays from calendar
how to block saturday and sundays from calendar ? do we need to put events in the event table ? I want to keep holidays table seperate Is there a built in way Thanks... Az
Refresh server side does not work after ajax POPUP
Refresh server side does not work after ajax POPUP and manual F5 or refresh is required everytime record is added. link - http://pigcheer.com.114.webhostforasp.net/calendar/pro.aspx insert new event ...
once event is deleted, it does not work 2nd time
once event is deleted, it does not work 2nd time http://pigcheer.com.114.webhostforasp.net/calendar/pro.aspx any help will be appreciated az
On cell click event DynamicScheduler?
Hi, How can I set an event to handle a cell click (to create a new event) in the Dynamic Scheduler? I have version 4.9 Thank you