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...
In the scheduler, I have set the heightspec="fixed" height="500px" ViewType="Days" The scoll appears and scrolls the table with all the events but the days are fixed and so every thing comes out of a...
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...
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...
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...
I am using DemoSql folder of DayPilot Lite. I added dayview.aspx to this folder Now when i select a day in asp:calender on extreme left how to show details of that day in dayview I will really apprec...
Hello! I use DayPilotCalendar and DayPilotBubble controls. My trouble is : When DayPilotCalendar is on page without master page everything is OK. But when it is on a page wich has master page DayPilo...
Hi Dan, is it possible to format the HTML of the tooltip in the BeforeEventRender event (Calendar). I don't want to use the event bubble if possible. Cheers Michael.
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...
Hello, Will you do a Silverlight 2.0 version of your great calendar control ? If answer is no/never, do you know how can I use it with Silverlight 2.0 ? Thanks :)
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...
Answered: In the Scheduler control, it's possible to hide weekends using ShowNonBusiness="false": http://www.daypilot.org/scheduler-hiding-non-business-hours.html In the Month control, it's possible to use Sho...
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.
In DayPilotMonth, in some events I need to show just a single line of Text, and in others I need to show multiple lines of text. As space on the screen (and inside the day "cell") is limited, I would...
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...
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....
When I build a Scheduler for a week I see the first date I then see half the next day and the rest are hidden. I found out is because the overflow for the scroll is set to hidden. More information: V...
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.
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...
The Calendar control sometime automatically creates Events than span the whole day from 12:00 am to 12:00 pm http://www.daypilot.org/sandbox/Calendar/ You can also navigate to the above online demo, ...
Hi, I wonder if its possible to get the weekday name in the header of the week view. now it only shows the date but I would like to have the weekday name also. like: 2008-02-13 Wednesday is it possib...
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...
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...
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...
Day pilot calendar without header doent work in all browsers as All day events cannot be displayed. also it gives object required script error as well.
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...
When using the BeforeEventRender event to customize the text shown in the calendar events the web work process never returns if the text that is rendered contains two or more spaces after each other....