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

Active Questions

Instance of JsonData can't be cast to String

Answered: Hi all, I solved the issue here : I just added the line case JsonType.Array: return data[0].ToString (); default: at the end of the method, I regenerated the dll and it worked well... Strange that th...

iPad Drag Support

Answered: No workaround at this moment but it's in the queue.

EventArrangementType for DayPilotScheduler (display overlapping events in a single row) ?

Hello, is it possible for DP Scheduler (Pro) to display events which overlap not to get arranged one per row but to get cascaded (or really just let them overlap in one single row) like in the DP cal...

Resizing events to stack next to eachother

I work in a physician setting and am trying to find a way to make events half as wide to fit two events on a singuar line. I need one cell to look similar to the jpeg ive attached. Is this possible w...

Resizing events to stack next to eachother

I work in a physician setting and am trying to find a way to make events half as wide to fit two events on a singuar line. I need one cell to look similar to the jpeg ive attached. Is this possible w...

daypilot for windows form

Answered: DayPilot is only available as an ASP.NET control but you can run in in a WinForms application using an embedded web server. See also the following tutorial: http://code.daypilot.org/70282/daypilot-in...

DayPilot Lite in Winforms?

Answered: DayPilot is only available as an ASP.NET control but you can run in in a WinForms application using an embedded web server. See also the following tutorial: http://code.daypilot.org/70282/daypilot-in...

Update partialView

Hi, I am using the right click to change my project status: "@Html.DayPilotMenu("dpsMenu", dpsm);". It's work fine, but now I want to change (or reload) a partialView I use in the same page and I can...

Events Overlapping

Is there a way to disable the events overlapping feature? Our policy is the first one in will get the event and we do not take extra one in case of cancellations. Thanks for the help

How to customize resource column value programmatically

Answered: You can access the Resource columns directly using Resource.Column collection: DayPilotScheduler1.Resources[0].Columns[0].InnerHTML = "Room #12123";

CSSClass problem in BeforeEventRender Method with Daypilot Calendar

Answered: The class is added to the element if CssOnly="False" is set on the DayPilot:DayPilotCalendar but not of CssOnly="True" I've figured this workaround: modify the InnerHtml to add a marker div then add ...

Draw two rows in a column - one selected period and one for a message - DayPilot Scheduler

Hi, I have the following problem; using DayPilot Scheduler I want to have something like this: one line the period that is selectable one the empty line (not selectable) with a message displayed (wee...

Export only the visible part

Hello, When I export there all year, but I love that there is only the visible part of the exported calendar. Thank you?

ViewState exception

Answered: Unfortunately I'm not able to reproduce the issue (v7.2). Please let me know if you still experience this problem (support@daypilot.org).

Event selecting programatically in DayPilotMonth

Answered: Since 7.1 SP4 it's possible to create an instance of this class by calling: EventInfo.Create(id) for regular events EventInto.CreateRecurring(masterId, start) for recurring events This will create an...

Scheduler control broken in IE8

Answered: The root of this problem is that the height of the parent control is too small. This can happen for number of reasons: Older browsers (e.g. IE7) don't support position:absolute, bottom:0px for stretc...

Set Focus on Y-Axis

Answered: On the server side, you can use ScrollY property. You will be able to calculate the resource Y if you know how many overlapping events are there in every row. If it's just one, it's not that hard. In...

Refresh DPC onClose of jQuery Dialog

Answered: You can request a refresh by calling dpc.commandCallBack("refresh"); This will invoke Command event on the server side. You need to add a handler for Command event and reload the events there: ...

"A script on this page is causing IE to run slowly" error when I use DayPilot

Answered: The IE performance when loading a lot of events has been improved in the latest release (7.2): http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-2.html The event loading (parsing) has been ...

How long are events stored in ViewState

Answered: It's reset every time you call DataBind(). It only contains the latest event set loaded from DataSource. I would recommend reloading events from the database instead of storing them in the ViewState....
Previous Questions 3541-3560 of 5203 Next