Questions Tagged lite
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...
DOCTYPE for Day Pilot Lite Calendar
Hi, I am using day pilot lite calendar, and I'm having problem with DOCTYPE. <!DOCTYPE HTML PUBLIC ""-//W3C//DTD HTML 4.0 Transitional//EN"" > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitiona...
Compatibility with VS2008 SP1 Beta and EntityDataSource
I setting the DayPilotCalendar.DataSourceID to an EntityDataSource under VS2008 SP1. At runtime, I get the following stack trace. Please assist, as I need to be able to bind to an EntityDataSource: [...
Display time-slot cells with different color
Hi, I'm a newbie for DayPilot Lite. I would like to have the Free time-slots cells as well as Events cells with different back-color according to the condition I set. Is this possible with DayPilot L...
Scroll to Hour 8
Is there a way to have the DayPilot Lite control automatically scroll or select 8:00 am on intial page load? Say if Non-Business hours are available but I want it to scroll to 8:00 am by default. Tha...
Possible to switch from 30 minute blocks to 15 minute blocks?
How can I change the Source Code so that there are 15 minute blocks instead of 30 minute blocks?
DayPilot Lite - set color per event.
Answered: If anyone is still having trouble getting the calendar solution to work I had to add things I added to Andrea's solution to get it to work for me. In the DayPilotCalendar.cs I added void PerformDataB...
how to create new events in daypilot lite .Please help me
I am trying to create a mousedown event in daypilot lite.How can i create new events in daypilot lite Please help me Thanks
please give me some codes to implement drag and drop in daypilot lite
I am tr trying to implement drag and drop functionality in daypilot lite .please give me some codes to get started
Server Side Event Handling in Daypilot Lite??
I can not seem to get server side event handling to work, I am using the Lite version. It will post back but not read the event Click code, I have tried adding the OnEventClick and nothing. ??
Settings for Month View
How can I setup a Month view as shown in the online Demo? I have used the days property = 31. But now the calendar shows columns for every day (31 days) and every hour just like a week view with 31 c...
FreeTimeClick and EventClick not executing
Hello, I am trying out DayPilot Lite Version (2.3) In my aspx. <DayPilot:DayPilotCalendar ID="testCalendar" runat="server" DataStartField="Start" DataEndField="End" DataTextField="Text" DataValueFiel...
How to hide Demo
Hello, I have downloaded DayPilotLite-2.3.206 but when i used it It seem that it is populating "Demo" on left corner of calendar Ho to remove that tag Thanks Anand
How to get data such as time and date from selecting free time
Hi dan, I'm trying to make a pop up to add event into db. I manage to create a pop up from selecting free time. My question is, how can i get the time and date from the selected free time. And 1 more...
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...
Day View in daypilot lite
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...
DayPilot Lite in a ASP.NET Panel control
Hi: Trying set a DayPilot Lite control in a Panel control (with vertical scroll), the entries in calendar appear outside of panel, visible even if they are hidden by the panel. Do you know as fix thi...
how to count number of events in a particular cell
irequire only particularcell to consists of 10 events remaining by click redirects to another page
DayPilot Lite 2.3
This Feature is developed in which Framework? Means is it in VS2005 with Framework 2.0 or VS2003 with Framework 1.1? Reply.... Thanks, Nirav Upadhyay