search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to get Appointments in Correct Column in Resources View

Asked by Spencer
16 years ago.
I have 3 columns, in resources view, and when I run a sql query it loads every appointment inall columns.
Comment posted by spence
16 years ago.
the above questio has been solved
Comment posted by Dan Letecky
16 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>
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.