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

Questions Tagged lite

Event calendar: adjacent events falsely treated as overlapping

In the event calendar view, Daypilot Lite treats two events as overlapping if the end time of one of them is the same as the start day of the other. Therefore, neither of them takes the full width of...

Calendar appointments with UTC start/end

Hello, I am trying out DayPlanner MVC on Azure Websites. They run in UTC. When the DayPilot javascript calls the Backend controller method, the start and end times of events are in the correct time i...

Is there a way to show other data than the actual date in the header?

I'm thinking about using this for a room booking scheduler, but rather than showing multiple days horizontally, I would like to only show a single specific day with all the available rooms and the se...

In Month view, events longer than one week (8 days+) only display on the last week row.

Answered: This issue is now fixed in the new 1.2 release: http://javascript.daypilot.org/daypilot-lite-for-javascript-1-2/ Let me know if there is any problem.

How to make data refresh when selecting different week on Navigator?

Answered: You need to reload the data source in Command event handler (where you change the dates according to the selected date received from the Navigator). protected void DayPilotScheduler1_Command(object...

Display Hours as header or (Hours and Days)

Hi, I currently have a scheduler for a sight, but I'm having a hard time as to how can I show Time per day(24hours) as well as days in a week both in X axis. >daypilotplanner.aspx This is my current ...

post value send

Answered: You can pass a custom object as the third parameter but it will be sent in the body serialized to a JSON string: DayPilot.request(url, successCallback, postObject); If you need to send custom pos...

BusinessHours

Answered: The HeightSpec = BusinessHoursNoScroll is not available in the MVC Lite version at the moment. Most likely, it will be added in the next release.

Event Calendar only shows current day

Hi, I cant seem to get the Event Calendar to show more than the current day. My Controller looks like this currently: public ActionResult BackEnd() { return new Dpc().CallBack(this); } } public class...

Long event (multy day)

Good day, I use a DayPilot lite for Javascript, and when I create an event which will start in one week and end in another, calendar control is only render last part, but preserve a place in the firs...

Manually refresh daypilot Lite

Is there some way to manually refresh it? I found another post in the forum about a year old but it couldn't possibly be more cryptic to me. Has anyone had any luck doing this?

Uncaught TypeError: undefined is not a function error while initializing daypilot

Answered: http://geeksprogrammings.blogspot.com/2015/01/Uncaught-TypeError-undefined-is-not-a-function.html Fnally I found a solution to the error . this link provided me explanation of why and what of this er...

Events can't span more than one week

I'm running into a problem with events that span through one week into the next. Using your online demo, create an event on a Tuesday and resize it to span to Friday. Next, move the event so the star...

No overload for 'DayPilotCalendar1_EventClick' matches delegate 'DayPilot.Web.Ui.EventClickDelegate'

daypilot.aspx.cs protected void DayPilotCalendar1_EventClick(object sender, DayPilot.Web.Ui.Events.EventClickEventArgs e) { Label1.Text = "Selected event: " + e.Value; } daypilot.aspx <DayPilot:DayPi...

Suppressing the the "DEMO" heading on DayPilot lite calendar

Answered: Hello, The DEMO heading is there to ensure you do buy it and contribute to the costs associated with developing this product. So, the easiest (and the correct) way to do that is to buy the product.

Expan Event with color

How can I expan the event så I can add diferent background colors for the events.

Event not Getting displayed

I am trying to add resources and event from code behind in C# web form, i am able to show resources but when trying to show event for resources by applying datatable as datasource to control but prob...

DayPilotLite + Timesheets?

Hi I've downloaded the Timesheets tutorial and was wondering if it would be possible to use the DayPilot lite version to create something like the system in the tutorial? Thanks

CellDuration in daypilot lite calendar to be 30 miniutes

How to show time intervals in daypilot lite Calendar to be like this 9 9.30 10 10.30 i tried to put cellduration=30 in calendare lite and it didn't work? is it supported on lite or removed? and how t...

View Calendar Details

Hi I am using DayPilot Lite and I got it displaying calendar entries from a specified database perfectly, however I want my users to be able to view the full details of the entry and as such have set...

BeforeEventRender e.BubbleHtml not working

Answered: Looks like I didn't have the DayPilot:DayPilotBubble control on the page

Modal.close is not working in google chrome

Answered: Please upgrade to the latest version (2.1): http://code.daypilot.org/81367/daypilot-modal It uses a different mechanism of passing the result back to the client and it is compatibly with Google Chrom...

CellsPerHour equivalent

The web forms event calendar control has a CellsPerHour property to set the number of divisions between hours. I don't seems to be able to find a similar property in the MVC flavoured control. How ca...

Exception (DataItem doesn't hold any source object)

Hi, I get this exception if the calendar has the BeforeEventRender event. Why this happen? This happen because the Source is null, how I can set this property? Thanks in advance

Fixed Hour Column in DayPilot Calendar and Vertical Scrollbar Always Visible

I need the hour column of the calendar to be fixed (so it stays in place while I scroll right). As much as I would like to do it myself, I haven't got the time to dig through all the 6500 lines of co...

Select, Insert, Update and delete with my own methods

Hi, I have my own methods to delete, insert, these methods need x parameters to work, how properties of the DayPilotcalendar which I link to my methods?, i.e, to select would be DayPilotCalendar1.Dat...

OnEventMoved

Answered: It seems the lite version doe snot support this. I am now using the prod and it works,

Week Days

Answered: This is possible, but you need to Pro version (http://www.daypilot.org/buy.html). If you switch to the "timesheet" view using ViewType="Days" it will display 24 hours of day on the X axis and days on...

How to update through MySQLi

Answered: Can you try to download the sample PHP project from here? http://code.daypilot.org/17910/html5-event-calendar-open-source The downloads include a working PHP project with all the features working. Pl...

Inter Month report for Day Pilot lite

Good After noon, This is regarding the solution for a situation for my day pilot lite. I need to show the event between 15 May 2014 and 15 June 2014. I am getting the bar for 15 May 2014 till end of ...
Previous Questions 211-240 of 438 Next