Questions Tagged
Showing the Saturday in DayPilot Calendar
Hi, I need help in showing the saturday events in daypilot calendar using vb... Thanks a lot :)
Trying to deploy on web server
Answered: The problem wasn't the DayPilot dll file which you show on the live server. The problem was that you used that dll somewhere else, when you generated the resources, timeheaders and events and didn't ...
Split/Linked Events
Hi there, I'm sure what I need to do is possible with the current feature set of DayPilot Calendar but I can't quite figure it out and if anyone can offer any advice it'd be great. What I need is EIT...
5.9 SP2 - Bubble not showing on Calendar if in the same page there is a Scheduler
I've a page with a Calendar and a Scheduler and they have both a bubble (different o same bubbleid does not matter) associated. In Calendar the bubble doesn't show, if i remove the scheduler, bubble ...
Not finding DayPilot.Web.Ui.Events
Hello, I'm currently working on a school project and I'm struggling getting BeforeEventRenderEventArgs working to be able to change the background color depending on what kind of event I'm scheduling...
ShowHours = false not showing as the OpenSource control did.. Shows solid grey box with no grid inside
Im about to purchase the pro version after reading all the features, and how well the open source version worked for me. But im becoming discouraged with the demo version of pro. Please tell me there...
Firebug Error: e is not defined
Hi, I'm using the latest version of DayPilot Lite. I'm trying to handle the event click events on the client side using the code from the tutorial section but the event object is not being instantiat...
Is it possible to drag and drop on an existing event.
Answered: It's not directly supported at this moment. However, it's possible to use one of the ajax libraries that support drag&drop and register the event div as a drop target using AfterEventRenderJavaScript...
Scheduler Lite: Set Scroll Position or Limit the hours displayed
Is it possible on the Scheduler Lite to either set the intiial scroll position so that the initial business hours are displayed without having to scroll over? Otherwise, is it possible to limit the d...
Week bussinessCell
Hello, there are problem with coloring Cell. You are colorig them by BackColor or NonBussinessbackColor. Problem is there after export some weeks start for example on monday, another in saturday. The...
Width Problem
Answered: If anyone has the same trouble as I do, here is where i found the solution http://www.daypilot.org/daypilotscheduler-layout.html
DayPilotScheduler.Export leads to HttpException "Cannot use a leading .. to exit above the top directory."
Hello, I'm trying to implement PNG exporton aDayPilotScheduler, following the sample given in th documentation. I put a button on my form and bind to the click event the following method : protected ...
Export image - events have dissapeared___
Hi - i've got a problem in exporting an image. It used to work but now all I get is the background and no events my codee is protected void ButtonExport_Click(object sender, EventArgs e) { // int hou...
Day Pilot Help -- Always directs me to todays date.
Hello, I'm using the Day Pilot Scheduler and I have a problem. I have three aspx pages (Scheduler, NewEvent, EditEvent). When I load the app. It takes me to the current day (5/28/2010). Which it shou...
Problem with custom headers
Hi. I've a problem using custom headers. It all works perfect untill I change the date selection, then the date header remains the same but all of my events disapear. WHen I click back to the current...
Printing Schedule using VB
I see that it is possible to print to a PNG file using C. I don't see how to do this with Visual Basic. Can someone help me with this? Thanks, Mark
Duration Bar and Event Title don't line up - daypilot scheduler
I'm using the schedular on a aspx page to display events. I noticed that events don't display correctly when the start or end date isn't the same as the end of the cell. The duration bar is correct, ...
get rid of the alt/title tags
Hi - I have html alt / title tages which appear over my events - I dont want them as I'm using the daypilot bubble - I cannot find a way to turn off the alt tags and they are annoying. Any ideas anyo...
Max characters limit in a DayPilotCalendar Edit event?
It is possible to limit the the number of characters that can be typed in a DayPilotCalendar event, before pressing "Enter" ?
Dragging items from a data grid to daypilot control.
Hi, My question is suppose I create a datagrid bound to a data a table in my database. Now I want to drag a item in my datagrid cell to daypilot control the item should disappear from my datagrid and...
Javascript error in v5.9 SP2 Calendar
Hi We've just attempted to upgrade from v5.8.1968.0 to v5.9.2029, but have had to rollback. In the new version, whenever we select a menu item in a DayPilotMenu we get a javascript error: Microsoft J...
How to add list of items to Day pilot?
Let's say I have a ASP.Net bulleted list control having items that I want to add to Day Pilot control. The items should have name property, start date property and end date property. I want to add th...
Setting width = 100% for scheduler stretches outside screen
Answered: Please see: www.daypilot.org/daypilotscheduler-layout.html
Hide weekends when showing more than 5 days in calendar
I would like to hide the weekends so it only shows mon-fri-mon-fri-mon-fri and so on. I think this is already supported in the scheduler but it would be nice to see it in the calendar view as well.
Pass and receive a variable to event move
Hi. I need to pass a variable to event move from the client side. I'm working with this code: Sending with function moveEvent(e, newStart, newEnd, oldColumn, newColumn) { var myArray = ['a', 'b', 'c'...
Open a new window using window.open
I use contextmenu to print a report. I test the command of DayPilotScheduler1_EventMenuClick which is "print" I want to open a new form and i use (which works with other page in vb.net) "<script lang...
DayPilotScheduler1.Update(CallBackUpdateType.Full)
In my programm I want let the user decide about a few properties of my scheduler. for example height by clicking on an imagebutton, or cellgroupby by clicking on a radiobutton. But why does the sched...
Context menus.
Hi, It is possible to display a context menu when not selecting an event? At the moment I have it switching between different context menus for different events, however I was wondering if I could cl...
How to add days manually?
I need a way to skip a day within my week. Like monday, tuesday, thursday... Is there a way to manually add days to the calendar so I can achieve this instead of the days being all auto-generated by ...