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

Questions Tagged lite

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

Add / Edit Events save to database

I downloaded DayPilot lite 2.0 and I am trying to integrate it our Visual Studio ASP.net 2.0 with c# project and SQL Server database to verify before we migate to Visual Studio 2012 in about 5 months...

Multiple columns in one day

Answered: You probably mean the "Column Header Hierarchy" feature: http://doc.daypilot.org/calendar/column-header-hierarchy/ This feature is not planned for the Lite version. I recommend purchasing the Pro ver...

DatasourceID return as string vaule

Basically i used they following code to get the string in the cell field EventInfo ei = DayPilotCalendar1.SelectedEvents[0]; string evnt = ei.Text; But i would like to get the DatasourceID of the fie...

My big font size text cannot display all text because timing is too short.

Answered: You can insert custom HTML into the event cell so it will add a scrollbar (see overflow: auto). You can also increase the cell height using CellHeight property. See also: http://doc.daypilot.org/cale...

How to change colour for different days for the column events?

Answered: In the current release (4.1), you will have to use e.InnerHTML in BeforeEventRender event handler to insert a div with a custom background color specified. The next release will fix apply the color s...

How to change the column text header name?

Answered: There is no built-in mechanism for customizing the column header in the Lite version. You will have to modify the source code.
Previous Questions 211-240 of 432 Next