Questions Tagged lite
daypilot calendar inside div that works in IE7
Hi Dan Letecky , can you show me an example how to put a daypilot calendar inside div that works in IE7 . In Mozilla works fine but in IE7 the calendar gets out of the div , and even if i scroll the ...
Scheduler: How does one call a server side method from event click ?
Scheduler: How does one call a server side method from event click ? Based on my readings elsewhere in this forum, it seems one is to set the EventClickHandling to "PostBack", and then set this prope...
Hi-lighting the current hour in the DayPilotScheduler LITE ?
I would like the ability to hi-light the current hour, at the time the calendar was rendered, so users have an idea of where they are in the course of the day vs. their scheduled events....is this po...
Hiding NonBusinessHours in the DayPilotScheduler LITE ???
Answered: The Scheduler in the Lite version has two relevant properties: BusinessBeginsHour BusinessEndsHour They will allow you to define the business hour start and end but the actual effect is a different b...
how to export schedule or calender by using dayPilot lite control?
everybody know how to export data to excel or image by using dayPilot lite control? can daypilot lite support for export feature?
Event text not displaying
My event text is not displaying in the text box in the calendar but it does display when I hover over text box. How do I get it to display in the text box all the time wihtout having to hover?
DayPilot Lite Calendar - How to display more than one field
I was hoping to find some kind of a template for controlling what is displayed/displaying more than one field. Is there any way of doing this? Thamks
Dynamic Resources
Hi, I'm using the DaypilotScheduler light...I am trying to get the projects on the left and fill in who is working on them (emp names) as the scheduled items. The problem is, the projects are dynamic...
Highlighting Today
Answered: The little blue line is called DurationBar and in Lite version you can set fixed color for all events by setting DurationBarColor property. You can also decide if you want to see it or not by setting...
PROBLEM WHILE RAISING SERVER SIDE EVENTS
Answered: Download the trial of the Pro version. In the DemoSQL directory, there is a working example of the ModalPopupExtender for editing the events. You just need to adjust it a little bit (event names, etc...
Help with this databinding with Scheduler
Hi, I'm trying to use the scheduler to pull data from SQL and display. The problem is the grid comes up blank everytime...I don't understand why the data isn't binding or displaying or whatever...any...
DayPilotScheduler.DataEndField error
this.DayPilotScheduler1.DataSource = table; this.DayPilotScheduler1.StartDate=algus; //2009-01-01 this.DayPilotScheduler1.DataStartField="START_DATE"; //2009-01-10 //correct this.DayPilotScheduler1.D...
DayPilot Lite Scheduler
How do I go about getting my header columns like the example shown in the example below? http://www.daypilot.org/demo/Lite/SchedulerMonth.aspx
DayPilotScheduler.Resources.IndexOf and DayPilotScheduler.Resources.Contains not working
so Lite version I am adding dynamically rescources, and Resources.Contains and Resources.IndexOf cannot find existing dsRooms.HOUSE_OCCUPATIONS_KUIDO_SDataTable table = new dsRooms.HOUSE_OCCUPATIONS_...
how to limit what hours are displayed in Scheduler?
Hi, I am using daypilot lite and was wondering if there is any way I can limit what hours are displayed in scheduler when using a daily view? I'd like just to offer times from 9-6pm for example, and ...
How Do I change the width of the Resources to fit text that it contains?
I am testing with the lite version and I am adding resources dynamically but the text of the resource spans bigger than the cell .. how can I change the width to be dynamically expanded to fit the te...
Unexpected time for dayVisibleEnd in DayPilot Lite
DayPilot with properties: BusinessBeginsHour="0" BusinessEndsHour="24" Days="7" one event: dr = dt.NewRow(); dr["id"] = 1; dr["start"] = Convert.ToDateTime("23:00"); dr["end"] = Convert.ToDateTime("2...
DayPilot Lite problem
I have detect small problem in DayPilot Lite. When i use DayPilot Lite Demo - Event handling the control show the event #4 and event #5 twice in the correct day and in the previous day. Why this happ...
BeforeEventRender in DayPilotlite not hitting
Hi, I want to change the individual cell color in daypilot lite depending on certain condition. So, I've modified the source code by adding beforeeventrender handler like this public class BeforeEven...
onselectstart and xhtml compliance
twimc, my rendered calendar is not validating with xhtml as "onselectstart" is not a valid attribute for a div. my understanding is that it is an IE-only attribute regardless. is there any way, in da...
ToolTip text and Appt Description
Hi, just like to firstly say what a nice component this is to use. Ok, my question: Is it possible to allow a different data binding field for the ToolTip value for each appointment entry rather than...
How to change event duration ar color related to database values
Hi All, I am trying to change event duration ar color related to database values in daily pilot lite(open source), can any please guide me..... Thanks, Sumesh
DayPilot.Web.Ui.FreeClickDelegate??????
Hi. i have following peace of code: ctl.FreeTimeClick += DayPilot.Web.Ui.FreeClickDelegate(DayPilotCalendar2_FreeTimeClick); I gives me the error: Error 174 'DayPilot.Web.Ui.FreeClickDelegate' is a '...
Change event bar color.
Is it possible to choose a color for each event. For instance if i want a color for work, and one for holidays?
How to add Week view in Daypilot lite (Solution)
If you want to add weekView for your daypilot lite calendar do the following: first you add a class.cs in App_code. Call this Week.cs. (Or whatever you like) inside Week.cs write follownig code: usin...
Show event text in label on click.
Hi. is it possible to show/get the dataTextField on the event you clicked. I use the postBack method, and i run the code: protected void DayPilotCalendar2_EventClick(object sender, DayPilot.Web.Ui.Ev...
Changing the font color in daypilot lite?
Hi. Is it possible to change the font color in the events, header etc. Martin
Events overlapping the week column
Using the DayPilot lite I have a weekview split into 5 days. I have about 10 (all-day) events happening on day 1, when I view the calendar the last even on day 1 overlaps slightly onto day 2 (it basi...
Day Pilot Lite Calendar - RaisePostBackEvent not triggering
Hi, I'm using Day Pilot Lite Calendar, and having problem with events. If this control is used in a simple web form then everything works fine, and post-back events for EventClick and FreeTimeClick a...