Hi
The scheduler has a resource name column to the left. I don't need to show this in my application and it just takes space. I can't figure out how to hide it.
This is what I'm talking about: http://i.imgur.com/clzMLgL.png
You can use rowHeaderColumns:
dp.rowHeaderColumns = [];
See also http://doc.daypilot.org/scheduler/row-header-columns/