Discuss anything related to web development but no technical support questions


Post by pramod.jaiswal »

Can we show the unassigned section on the scheduler view? Something similar to the below view:
unassigned section.png
unassigned section.png (36.67 KiB) Viewed 2351 times

Post by Maxim Gorkovsky »

Possible, but supported out of the box.
All solutions that I see require specific resource, called 'Unassigned'. You will need to override Sch.view.Horizontal#getEventsForResource method to return all unassigned events, if method is called for 'Unassigned' resource.

First solution: add 'Unassigned' resource to the resource store, sort resource store to make this resource appear last in the list. Done. But row won't normally stick to the bottom, maybe some css will help.

Second solution: add another scheduler below, make it partner panel, hide header and add that unassigned resource to the store.

Post by mats »


Post Reply