Comment posted by Dan Letecky
17 years ago.
OK, good. You have to specify column IDs (e.g. Value="A") otherwise it doesn't get matched properly with the DataColumnField:
<daypilot:daypilotcalendar id="DayPilotCalendar1" runat="server" ViewType="Resources" DataColumnField="Column" DataEndField="End" DataSourceID="XmlDataSource1" DataStartField="Start" DataTextField="Name" DataValueField="Id" StartDate="2007-01-01" style="left: 0px">
<Columns>
<Daypilot:Column Name="Meeting Room A" Value="A" />
<Daypilot:Column Name="Meeting Room B" Value="B" />
<Daypilot:Column Name="Meeting Room C" Value="C" />
</Columns>
</daypilot:daypilotcalendar>