Is there a way or a plan to add the ability to split the screen horizonaly, so you could keep the header (and maybe the first row) at the top to the screen when scrolling down?
In the dayview there are so many columns like maximum simultaneous events are there. But some events could be wider because there are not so much events at this. But the column is to small. Can I cor...
Hi, I'm evaluating the DP Month Control as a group-type calendaring app. On one client machine, using IE7, the DP Month Event Bubble will occasionally stop working (no longer pops on hover). Closing/...
daypilot scheduler the events are not loading initially the appear only if i scroll.If scroll is disabled as in case case of high resolution screens the event doesnt seem to appear
Hello everyone, I'd like to change the color of the cells from the calendar to have an explicit way to show holidays or christmas day for example, something that looks like the color change for weeke...
I have a Navigator component changing a single day calendar component showing events for the day. I can change the BusinessHoursStart and End and use the DayPilotCalendar_BeforeCellRender event to se...
Hi, I facing this problem as i want to get the resource name when createing a new event in javascript. currently i only have this 3 property to access (start, end, column) which column return me the ...
Hi, I'm using daypilot scheduler and I have a problem with the resize of the table (html table) where component is. The Width property of the component has a defined value, and always the same, as th...
Hi, As day pilot 5.8 finally fixs 2 showstopper bugs in 5.7 sp, I decided to update to 5.8 as there were a few features in 5.7/5.8 which I wanted to use for a long time, however there seems to be a n...
Let say i have 5 overlapping event in a single day, how do let the user to do a ordering of the overlapping event on the user interface, changing the ordering of the overlpaing event. Thanks
Hi There, I am having a play with the daypilot pro controls within our application and like what I see so far. However I am stuck with triggering the controls to rebind after I have performed an edit...
Hi Dan, I am trying to use the command call back on client javacript. which i set ClientObjectName at the scheduler and call at javascript as dpc1.commandCallBack('update'); Protected Sub DayPilotSch...
Forgive me for being new to this... When I follow the instructions of installing DayPilot lite, and then drag a new calendar control into my page, the build fails with the error: Error 1 Request for ...
Hello everyone, I'd like some help or advise on this problem : i've got an event created, let's say between 12/22/2009 and 12/24/2009. I have on the aspx this : <DayPilot:DayPilotScheduler ID="DayPil...
Hi I am using a DayPilotCalendar control set to ViewType="Resources" and withDataColumnField set correctly. I'm setting two row headers using HeaderLevels="2" and adding the columns in the code behin...
Hi Dan, You fixxed the following bug in de Calender: Now I see. The dragging of the interim event end or start (at the day brake for multi-day events) shouldn't be allowed. It got broken in one of th...
Answered: I found the error there was a row stored in my table with an empty date value, so the conversion to datetime couldn't be completed because of that empty string.
Hi all In my Scheduler, I can add events with the javscript function createEvent(start, end, resource) that is proposed in the exemple. I would like know to add in the menu, the same thing as the fol...
Hello all, i'm currenly working on a appointment system that uses the scheduler controll. I'm running into a problem with a event thats stretched over more days. its like this: the event starts on 5 ...
Hi Dan, Using the standard calendar on Google Chrome 3.0.195.33 - when clicking into an Event to edit the description the font-size switches to a size that is imperceptible (super-small)
Hello, I am using Daypilot Pro trial verision. I want to customize tool tipmsg "on eventmouse over". Its showing datafield value + startdatetime and enddatetime Best regards,
Answered: DayPilot Pro is fully compatible with Visual Studio 2010 and .NET Framework 4.0, please see also: forums.daypilot.org/Topic.aspx/1315/it_is_not_compatible_with_vs_2010
Hi I have 2 scheduler in one page in 2 differents tab panels. The first one is ok, that means that all events are refreshed has soon as the page is opened. But not the second one. I have to move the ...
Hi, Is it possible to iterate though all events (or search for specific ones based on the data id or tag property) using daypilot calendar & JavaScript. Where a specific tag contains a value access t...
I'm building a DotNetNuke Module using DaypilotCalendar. My problem is that the dynamic comportment is not enable : no bubbles, no possibilities of drag and drop or editing the tasks. I think it is r...
Answered: Yes, it's possible. Here you can see something similar but showing one week per column. You can switch to one day per column by modifying CellDuration property to 1440 (one day has 1440 minutes). htt...