Search code examples
jquerykendo-uikendo-scheduler

Kendo UI (Scheduler) - Show Event on Left Bottom instead of Top Left


How can I place Event box at the bottom of the box instead of Top Left?

Demo: http://codepen.io/areddyprasad/pen/mVejxw

Reference Image:

enter image description here


Solution

  • The easiest way it's to add

    top: auto !important;
    

    to your .k-scheduler-header .k-event class.

    Your example: http://codepen.io/anon/pen/gPaVZq