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

Schedule Resources based on table

Asked by Brett
10 years ago.

Is there a simple way to replace the statice resouces defined by

<Resources>
<DayPilot:Resource Name="A" Value="A" />
<DayPilot:Resource Name="B" Value="B" />
<DayPilot:Resource Name="C" Value="C" />
</Resources>

with somthing that will link to a database table that may ocasionly change?

Regards
Brett

Answer posted by Dan Letecky [DayPilot]
10 years ago.

Yes, you can access Resources collection in the code behind.

See a hint here (it's the doc for the Pro version but the mechanism is the same):

http://doc.daypilot.org/scheduler/resource-loading/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.