Home Unanswered Active Tags New Question

Whats the best method to populate a daypilotScheduler

At the moment I use a SQL datasource on the same webpage as the daypilotScheduler.

Is this the best way, or would it be better to do this programatically using a SQLcommand in the code behind page?

Asked by John 3 years ago.
Replies
SqlDataSource is OK.

Sometimes, it is necessary to do other operations on the data source before it's bound to DayPilot (e.g. add a app-layer-calculated column, expand the recurrent events into multiple records). In those cases it would be easier to fill the DataTable manually (using SqlDataAdapter.Fill()).
Comment posted by Dan Letecky 3 years ago.
New Reply
This reply is
Your name (optional):

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