search envelope-o feed check
Home Unanswered Active Tags New Question

Questions Tagged lite

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...

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
Previous Questions 391-420 of 438 Next