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

Questions Tagged lite

How to change font and localization of day of week at header of Daypilot lite Calendar?

Hi, I want to change font and localization of day of week at header of Daypilot lite Calendar. First, I tried to increase font size at header by changing DayFontSize at the DISPLAY section of the Day...

How to change the Date and time position in Daypilot calender

I want to change the Date and time position of Daypilot calender from horizontal to vertical. here is the link:https://code.daypilot.org/17910/html5-event-calendar-open-source Thanks

Width of overlap event

Answered: In the Lite version, it's not possible to adjust the overlapping behavior. It uses a fixed mode that corresponds to "Full" arrangement mode in the Pro version: https://doc.daypilot.org/calendar/event...

Delete and Menu option in angularJS Event calendar

Answered: The open-source version doesn't include any built-in UI mechanism for deleting events (compare with the options available in the Pro version - https://doc.daypilot.org/calendar/event-deleting/). I re...

how to get Entire week total hours using daypilot scheduler

Hi I am new to Day Pilot Scheduler. I have referred this link https://code.daypilot.org/54503/angularjs-timesheet-tutorial-javascript-php here this link has both javascript (angularjs) and PHP for me...

FirstDayOfWeek

Answered: The Lite version uses the first day of week that is read from the current Culture. It works automatically for ViewType="Week". You can also display custom number of days (Days property) starting at c...

How to change the time range showing in left hand side of the DayPilot Event Calender

Answered: @Html.DayPilotCalendar("days_resources", new DayPilotCalendarConfig { BusinessBeginsHour = 9, BusinessEndsHour= 17, } you need to add bussiness begins and ends hour in your helper html tag

Changing HeaderDateFormat in Calendar has no affect on output

I have been experimenting with the DayPilot lite version 1.5.434.0, and I have been unable to change the way the dates are rendered. I would like to have the day name displayed, but currently it only...

I'm having troubles with databind

This is my getDate function: Private Function GetCalendarData(ByVal start As Date, ByVal [end] As Date) As DataTable Dim rfTecnico As Integer = Session("idUtente") Dim da As New SqlDataAdapter("stato...

How can I set the value of Text in the Calendar control if it's not data bound?

Answered: The "Text" property is read-only but you can set "Html" property. That is the value that is actually used for rendering the event. If Text is available it's used as the default value of Html.

image in Scheduler

Hi Can it is possible to have an profile image of Resources in Daypilot Scheduler. If it is possible can you provide me the code in JS. Thanks Anil Singh

How to split hour in DayPilot Lite (Is it still only in Pro)

If your answer is 'Only Pro': "Please inform/guide me a way to make it ( Lite version of MVC ) work to split an hour into 4 parts. As i only need this functionality, to be added in free version given...

'CalendarController.Dpm.OnInit(InitArgs)': no suitable method found to override

Answered: It looks like you are missing the following import: using DayPilot.Web.Mvc.Events.Month; You can also add the full namespace to the header: protected override void OnInit(DayPilot.Web.Mvc.Event...

When setting timezone to australia/sydney event in day calendar shows 30 mins late

i use moment js to arrange time my calendar config: $scope.calendarConfig = { startDate: moment().utcOffset(11).format('YYYY-MM-DD') } in my database there is different field for time and date so i u...

Error with attribut "cellgroupby" And "scale"

Answered: It looks like you are using the Lite (open-source) version that doesn't support these features. See also the "Availability" table at the bottom of the documentation pages: https://doc.daypilot.org/sc...

Using multiple values in DataTextField

Answered: If you need to display data from multiple fields you can use BeforeEvenRender event handler to customize the event HTML: https://doc.daypilot.org/calendar/event-customization/

DayPilot Calender not synchronization with different timezones.

in my application using Day Pilot calendar for client bookings and maintaining provide dairy appointments, when appointment created saving selected data and time from Day pilot calendar, when loading...

How do I resize the view of my tasks?

My task view display window is so small, that I cannot see what is in the gannt chart. How can this be fixed so that I can see several tasks at once? Thanks in advance.

Installation - not able to load assembly? Dependencies not found?

Hi, I just installed DayPilot Lite into my Visual studio 2015 using NuGet. I added the tool in my toolbox and putted a Calendar into my WebForm. Everything is pointing to my IIS folder which has a bi...

Event Tooltip does not display using Lite version 5.0.308

Browser is Firefox and IE Documentation says it is supposed to work using the Lite version. Is there another property that needs to be set?

Select multi resources?!?

Answered: In the Lite edition, the Scheduler control is not available. In the Pro edition, you need to load the event as multiple records if you want to display it in multiple rows (one per row).

How to make events removable?

Answered: In the Lite (open-source) edition the built-in delete icon is not supported. In the Pro edition you can enable it using eventDeleteHandling property: dp.eventDeleteHandling = "Update"; See also: ...

Events moving/resizing does not work with dynamicLoading enabled

Answered: There is a sample project that shows how to use the Scheduler dynamic loading. It's a more real-world scenario, it uses a database backend (unlike the demos that come with DayPilot Pro for JavaScript...

Bug in Calendar Lite Version - When moving an event to another location you cannot return the event to its previous location

Answered: I confirm the bug. It doesn't update the state information correctly during callbacks. Any change that returns events to their original state is interpreted as "no change". This bug is now fixed in t...

Scheduler not updating correctly the time when event moved

Hello guys, I was playing around with the scheduler and realized that if I use the scheduler to show only the hour, timeHeaders: [ { groupBy: "Month", format: "MMMM yyyy"}, { groupBy: "Day" }, { grou...

Procedure for integrate daypliot js with jspm

Hi, I'm using version 8.2 for understanding scheduler hour view. Currently we are java script package modules(jspm) for loading front end modules. In the documentation i don't see any information rel...

onEventClicked don't work when switching page

Hi, when i switch page, the onEventClicked don't work. I have to reload the page to make it work again. Is it a bug ? There is my code : $scope.schedulerConfig = { scale: "Day", days: 365, startDate:...

Display Tooltip

Answered: This solutions works w/ the API. this._drawEvent = function(e) { ... var inner = document.createElement("div"); inner.setAttribute("unselectable", "on"); inner.className = calendar._prefixCssClass("_...

Removing event not included in MVC angular demo

Answered: With Angular, you can delete an event by removing it from the underlying event array (events/daypilot-events attribute). The calendar will be updated automatically.

Monthly report

Hello How to design the monthly view of the event in the report form, based on the events entered using the calendar?
Previous Questions 91-120 of 405 Next