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

Allow/Deny Drag and Drop per Event Deosn't work in version: 7.9.3373.0

Asked by Shaiz
9 years ago.

Hi,

we recently, upgraded our day-pilot from Version:7.4.29.23.0 to Version:7.9.3373.0. But in this version we have now a couple of issues,

1- Allow/Deny Drag and Drop per Event Deosn't work "e.EventMoveEnabled = false;" in "BeforeEventRender"
but it works fine with the Version:7.4.29.23.0.
Is something has changed related to that or the way to disable an individual event?

2- In the new version we don't have black Border for between the day columns and also a darker color between the hours.
Is it something done now with a different approach ? or has been changed ?

I would really appreciate if some one can guide me that how to proceed with these issues.
I am using asp.net 4.5(webforms) and day pilot version 7.9.3373.0.
Let me know if anyone of you need more information to reproduce this issue.

Answer posted by Dan Letecky [DayPilot]
9 years ago.

1. This issue is related to the default MoveBy value. For MoveBy="Full" (which is now the default value) disabling event moving in BeforeEventRender has no effect. This issue is fixed in the latest sandbox build (8.0.3394):

http://www.daypilot.org/sandbox/

The workaround for version 7.9 is to change the MoveBy value (use "Left" or "Top").

2. It looks like you are using the legacy CssOnly="false" mode. This mode is being phased out (there may be rendering issues) and I recommend switching to the CssOnly="true" mode. This will also be the only option in versions 8.0+.

To make the transition easier you can generate a custom CSS theme to match your existing color scheme using the online designer:

http://themes.daypilot.org/calendar/create

You can also use the bundled calendar_traditional.css theme that is close to the default color scheme of the CssOnly="false" mode:

http://www.daypilot.org/demo/Calendar/ThemeTransparent.aspx

Let me know if you are having problems with the CssOnly="true" mode.

Comment posted by Shaiz
9 years ago.

Hi Dan,

I have fixed the issue related to "Allow/Deny Drag and Drop per Event" by using "MoveBy = left".
Now i am using cssOnly = true but the 2nd issue is still there which is,
"2- In the new version we don't have black Border for between the day columns and also a darker color between the hours. "

What i need to do here, can you explain me that what css changes i need to make here or if there is something else ?

Comment posted by Dan Letecky [DayPilot]
9 years ago.

Shaiz, Can you please send a screenshot to support@daypilot.org?

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.