Active Questions
Set colors/fonts of 1st 2 rows
Is it possible to change colors / font of 1st 2 rows of Scheduler. The first 2 rows include Month Name and day numbers. Header properties only affects the row headers - Room a, Room B, etc. Is it eve...
All Day events on DayPilot Lite
How do you add All Day events on DayPilot Lite. I have some events where time information is not available and it's not showing in the Calendar control.
ShowNonBusiness=true and the Navigator
Hi, all! I have a problem with the DayPilotNavigator in combination with DayPilotScheduler. When ShowNonBusiness-property is set to "false" and I select a weekend-day in the Navigator , I got an java...
Problem displaying window to Add Event
This is the CreateEvent function function createEvent(start, end, resource) { alert("Inside Create Start = " & start.toString & " End = " & end.toString & " Resource = " & resource.toString); // var ...
Changing the non business hours timings
Hi I am using this Day Pilot Lite in Intranet site . How can i change the business hours timings from 9 to 6? Thanks in advance
Scheduler Lite: Duration of blocks
When i set the CellDuration to 30 (for 30 minutes) the related hour goes away and just 00 or 30 appear; why is that? Is there a way to have 90 minute blocks? Mucho grande in advance.
How can I avoid collision between 2 events?
hi, I'm doing a C# . net project and I'm in difficult. I hope you will be help me???plsssss For example, I made a reservation time between 07.00 am -13.00 on monday. Another people try to take monday...
'DayPilotCalendar.topSelectedCell.start' is null or in not an object with contextselectionmenu
Hello, When my page with DayPilotCalendar is loaded, if I do a right click on an empty range I get a javascript error : 'DayPilotCalendar.topSelectedCell.start' is null or in not an object with conte...
How to create events with "inner" events
Hi! I'd like to make an event wich lasts several days in which there are some kind of "child" eventson specific days of this "parent" event. Is it possible to make these "child" events be inside the ...
How to integrate and use in my web page
Hi I am new to using calender events. Now i want to use this calender in my webpage. I have added the dll to the toolbox. Now i want to know how to create an event and bind it . Kindly help me in thi...
Error "DayPilotScheduler1 is not declared"
Hi, I installed the tools in the toolbox, added the dll in bin, even added reference of the daypilot, I still get the error "DayPilotScheduler1 is not declared" I use VS 2008 on Vista. Can you help m...
Scroll position not working in iframe
Hi Dan, I have placed the control in a iframe and set the scroll position to 7:00. When in the iframe this doesnt work, but when I go direct to the URL the scroll position works fine and starts at 7:...
DayPilotMonth BorderColor
Hello, I want to change the bordercolor of daypilotmonth and the bordercolor of its header. But it has no effect when I set BorderColor property. How can i do that? thanks Mekongboy
Scheduler CellWidth as percentage
The schulder with can be set with a percentage. So I can for example, set it to occupy 100% of the parent container. The CellWidth however, has to be specified in pixels. What usually happens is I ge...
Header distortion when height spec changed in Calendar
When height spec of the calendar is changed from "business no scroll" to "business hours" the header of the calendar distorts.Its a problem in Version 5.7
Database update with modified datatable
Hi, I want to ask that how can we update the database based upon the datatable which is modified. Currently I am using the following code in set Events function. I am getting updated Dataset with no ...
datatable to database
how to revert back event changes from datatable to database ds = table.DataSet; adpt1.Update(ds, "Calander"); ds.AcceptChanges();
CallBack Header Colour issue
Hi, ive found a issue with setting the header background colour in BeforeHeaderRender and changing the displayed day using a callback. When doing a call back the header background isnt updated - even...
White space at the top of the calendar release 5.7.1870
Hi, On internet explorer 7 I've a little space under days bar. I tryed to fixe with source but no way. Screen shot : lescheveuxdange.free.fr/images/IE_5.7.JPG I think It's css property on IE but wher...