Hi
I am using a DayPilotCalendar control set to ViewType="Resources" and withDataColumnField set correctly. I'm setting two row headers using HeaderLevels="2" and adding the columns in the code behind. I'm adding a single date column, with child columns for the resources.
This all works correctly, the problem comes if I add in ShowAllDayEvents="true" and set the DataAllDayField. The all day events are showing correctly before (as normal events), but once they are showing as all day events they are all in the first column (i.e. the column for the first resource) regardless of which resource they actually are for.
Is this a bug or do I need to set a second 'DataColumnField' somewhere for all day events?