Click here to Skip to main content
15,891,184 members
Articles / Web Development / HTML

DayPilot Scheduler Control for ASP.NET

Rate me:
Please Sign up or sign in to vote.
4.91/5 (54 votes)
20 Jan 2016Apache4 min read 306.2K   8K   276  
Flexible open-source scheduler control (resource booking, project management, timeline and free/busy visualization, Gantt)
<?xml version="1.0" standalone="yes"?>
<Navigation>
  <Item>
    <class />
    <url>Default.aspx</url>
    <title>This week</title>
  </Item>
  <Item>
    <title>Scheduler</title>
  </Item>
  <Item>
    <url>SchedulerMonth.aspx</url>
    <title>Monthly scheduler</title>
  </Item>
  <Item>
    <url>SchedulerWeek.aspx</url>
    <title>Weekly scheduler</title>
  </Item>
  <Item>
    <url>SchedulerDay.aspx</url>
    <title>Daily scheduler</title>
  </Item>
  <Item>
    <url>SchedulerFreeBusy.aspx</url>
    <title>Free/busy scheduler</title>
  </Item>
  <Item>
    <url>SchedulerTimeline.aspx</url>
    <title>Timeline</title>
  </Item>
  <Item>
    <title>Calendar</title>
  </Item>
  <Item>
    <url>DayView.aspx</url>
    <title>Day view</title>
  </Item>
  <Item>
    <url>WorkWeekView.aspx</url>
    <title>Work week view</title>
  </Item>
  <Item>
    <url>WeekView.aspx</url>
    <title>Week view</title>
  </Item>
  <Item>
    <url>Days.aspx</url>
    <title>Custom number of days</title>
  </Item>
  <Item>
    <title>Events</title>
  </Item>
  <Item>
    <class />
    <url>UpdatePanel.aspx</url>
    <title>ASP.NET AJAX (UpdatePanel)</title>
  </Item>
  <Item>
    <url>Events.aspx</url>
    <title>Event handling</title>
  </Item>
  <Item>
    <title>Appearance</title>
  </Item>
  <Item>
    <url>TimeFormat.aspx</url>
    <title>Time format (12/24 hours)</title>
  </Item>
  <Item>
    <url>NonBusinessHours.aspx</url>
    <title>Non-business hours behavior</title>
  </Item>
  <Item>
    <url>ShowHeader.aspx</url>
    <title>Header (on/off)</title>
  </Item>
  <Item>
    <url>HeaderDateFormat.aspx</url>
    <title>Header date format</title>
  </Item>
  <Item>
    <url>ShowHours.aspx</url>
    <title>Hour names (on/off)</title>
  </Item>
  <Item>
    <url>HourHeight.aspx</url>
    <title>Hour cell height</title>
  </Item>
  <Item>
    <title>Views</title>
  </Item>
  <Item>
    <class />
    <url>BindingXmlDataSource.aspx</url>
    <title>Binding to XmlDataSource</title>
  </Item>
  <Item>
    <url>BindingDataTable.aspx</url>
    <title>Binding to a DataTable</title>
  </Item>
  <Item>
    <url>BindingArrayList.aspx</url>
    <title>Binding to an ArrayList</title>
  </Item>
</Navigation>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0


Written By
Czech Republic Czech Republic
My open-source event calendar/scheduling web UI components:

DayPilot for JavaScript, Angular, React and Vue

Comments and Discussions