Home Unanswered Active Tags New Question

How to get Appointments in Correct Column in Resources View

I have 3 columns, in resources view, and when I run a sql query it loads every appointment inall columns.
Asked by Spencer 4 years ago.
Replies
the above questio has been solved
Comment posted by spence 4 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>
Comment posted by Dan Letecky 4 years ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java