Questions Tagged how-to
How to advance the calendar to the time the last event was added.
Hi, I am using the calendar in the day view and as the user add events to the calendar, I would like it to scroll (advance) to the time the last event was added (instead of showing 'Scroll down' or '...
Disable clicking on control
Hello, When my page is loading (ajax....) I would like to disable clicking on DayPilot calendar control. How can I do that ? Thanks
Drag and Drop Between Windows
Hello, I would like to know if daypilot controls support the drag and drop between webpages and how can I do it? Thanks in advanced, Agustin
multiple lines in the resource header of a scheduler
I want to have 2 lines in the resource header of the scheduler. I tried putting a <br> to go to the next line. But the Div of the header sets the cell height the same as the line height. So the <br> ...
DayPilotMonth: Filter Events using BeforeEventRender()?
My datasource contains events that I may want to filter-out under certain conditions. Is is possible to use the BeforeEventRender() to effectively 'cancel' the event?i.e. .... e.Cancel = true; ...I k...
Custom Event Context Menus on DayPilotMonth
The BeforeEventRenderEventArgs for the DayPilotMonth doesn't include a <b>ContextMenuClientName</b>. Is there another way to have different context menus assigned to different events in the DayPilotM...
Autosize Event Bubbles - almost!
Bubbles appear to have a fixed width. I wanted them to autosize to contents, so I placed a table in the InnerXml to help formatting and set the bg color of the table to 'tooltip yellow' using the 'st...
Different duration bar color for different resources
Hello, I need to show all the information or all the events related with different resources at the same time using the daypilot calendar control, so, in order to identify which events belong to an s...
DemoSql Day selection
Hi Dan, I am using DemoSQL of your DayPilot Lite. Now when you change date in the left hand side asp:calender you are setting DayPilotCalendar1.StartDate = DayPilot.Utils.Week.FirstDayOfWeek(); I wan...
Probleem using DemoSQL
Hi, I created a new website,added daypilot to toolbox.When i ran the website ,calender is shown on screen but without any data. All the code is from downloaded folder. Why its not showing any data on...
Simple Requirement for a Resource View
Answered: You are right that it's not possible at the moment. I plan to add the missing features to DayPilotSchedulerDynamic so that's the way to go (you just need to wait a little bit). There is a raising num...
How to start
I just downloaded Daypilot i don't know how to use it. I saw all the forum topics.but still don't know.I have worked in asp.net 2.0 but don't know AJAX. Any help will be really appreciated.
Printing Scheduler
Hi Dan, I am using the latest release of the daypilot scheduler and have trouble with printing. I am using the following: ViewType="Days" HeightSpec="Auto" ScrollPosition="25/02/08 07:00" BusinessBeg...
DayPilotMonth client refresh
I'm having trouble changing dates in the DayPilotMonth control. I've tried changing it via server side but it didn't seem to work. I changed the StartDate to a new date and it seems to bounce around....
I want to change complete look and feel of calendar
kindly tell me all the css classes names that can be modified and is there a way i can modify all properties using css style sheet. as i want to enable theming on my calendar.
Disabling the click event for creating new events
Hi Dan, Is it possible to disable the create event depending on who is viewing the control. eg. There are 2 users A & B A has permission to create a new event B doesn't have permission to create even...
How to make hyperlinks or linkbuttons the resources' names ?
I am adding dynamically the resources to the daypilotscheduler control, so , I need that each resource's name is a hyperlink or linkbutton in order to retrieve his resourceid and perform some actions...
changing the culture & UICulture of the scheduler control?
Hello, Is there a way to change the culture and UICulture of the sechedular? I need to use my culture's Calendar "Hijri Calendar"? thanks.
OnEventClick and UpdatePanel refresh
Hi, i'm trying to assign start/end time values of an eventto some drop down lists when the user selects a particular event. The drop down lists exist in the same UpdatePanel as the daypilotcalendar b...
EventResized wrong NewEnd
In my EventResized handler NewEnd and OldEnd have always the same value when I extend the Event by one cell. When Iexentd itby 2 cells it gives me the date, thati need whenIextendby one cell. Sothesc...
Error: Unkown Server Tag DayPilot, how should I correc it?
Hello everyone! I downloaded the VS 2008 express and the DayPilot lite, I started a new web site project and linked the DLL file to the Toolbox like the tutorial said. I then dragged and dropped a Da...
Add rtl to tool tip of Calendar and Schedular
how can i add rtl to tool tip of Calendar and Schedular and/or change the content Thanks
enable/disable ContextMenu
Hi again, I want to disable the ContextMenu in some resources but not in everyone. Is it possible to enable the ContextMenu only for special resources?
eventMenuClickCallBack
Hello Dan, I know that I can call the eventMenuClickCallBack from a JavaScript but what about the TimeRangeMenuClick event, can this also be called from JavaScript?
Getting Started
Answered: I can recommend the tutorial (which is for the Lite version but the principles are the same for Pro). Then you should take a look the SQL demo (Default.aspx and Default.aspx.cs in DemoSQL directory i...
Conditionally appearing MessageBox(JavaScript)
hi, I want toshow a MessageBox in my EventMove. My problem is, that the MessageBox should not appear every time an Event moved. It only should shown bye some conditions. So I have to set the JavaScri...
how to count events in particular cell
is it possible to control the cell width by stopping events to visible for particular number
change schedular time format
Hi How can i change the time format to look like in the- demo/Scheduler/Day.aspx 12AM ,1AM instead of 0,1 Thanks Roiy
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:...