Active Questions
Cannot find the control in code behind
I've tried DayPilot. When I need to create a new VS project, I follow the instruction that to add bin and tool box. In the aspx, I can add the DayPilotCalendar as ID="DayPilotCalendar1", but in code ...
Showing the Saturday in DayPilot Calendar
Hi, I need help in showing the saturday events in daypilot calendar using vb... Thanks a lot :)
Need suggestion on scheduling
How would one go about handling a single daily event count in excess of 40,000? I think i need toceate 40K indiviudualschedules with a recurring daily event. Is this even possible? or even Manageable?
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...
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...
Horizontal line separating room type
Hello, Is there any chance to separate room type in grid like in Hotelogix: http://www.hotelogix.com/pdf/Jump_Start_Guide.pdf (rows Superior, Executive) Regards,
Page is too slow when loading using Session DataTable
I'm building a calendar app using your plugin, but it is too slow when loading on the live server. on my local development though, i don't feel a thing. everything is super fast there. In my code bel...
increase drag area
hello there. Its possible to increase drag area? I can do that with "DurationBarWidth" but I don't want to have a huge duration bar! any possible solution?
Horizontal scrollbar not available
Hi, I am trying to add a horizontal scroll bars on the calendar is it possible and if so, could you let me know how I could achieve this?
How to resize the week view?
Hi, I can't seem to alter the width of the week-view daypilot calendar. Can anyone help? Thanks, Kenny
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...
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...
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...
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...
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
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
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...
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...
Modal Popup Extender
Hi, I'm trying to set up the daypilotcalendar with a modalpopupextender, so that when the user creates a booking by selecting the time fields, the popup will appear and ask a couple for a couple of e...
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 ...