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

Move Event Handler

Asked by Yongz
10 years ago.

Hi there,i found a bug in Timesheet where i can move the green event horizontally but cannot move the green event vertically.Anyone can help to solve this?

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

I don't have any problem moving events vertically in the Timesheet tutorial:

http://code.daypilot.org/60174/timesheet-for-asp-net-c-vb-net-sql-server

What browser version are you using?

Comment posted by Yongz
10 years ago.

I am using google chrome 29.0.1547.76 m /IE 9 to view the demo..I am able to move event vertically but not horizontally..

BTW,Is it possible to change the date format to (dd/MM/yyyy) ? For my understand u are using datetime format for the left hand side column (6/11/2013),bt how to change the date format ?

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

Sorry, I'm still not able to reproduce the problem.

Please check also the MoveBy property (it determines the drag handlers): http://doc.daypilot.org/scheduler/event-drag-handlers/

> BTW,Is it possible to change the date format to (dd/MM/yyyy) ? For my understand u are using datetime format for the left hand side column (6/11/2013),bt how to change the date format ?

This is determined by the current culture. See also http://doc.daypilot.org/scheduler/localization/

You can also customize the HTML using BeforeResHeader render event handler: http://doc.daypilot.org/scheduler/row-header-customization/

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