Skip to main content

Gantt

  • 2 minutes to read

The Gantt control (ASPxGantt) visualizes the task flow.

DevExpress ASP.NET MVC Gantt extension

Run Demo: ASPxGantt - Introduction

Features

  • Data-Bound Mode (More details | See demo)

    Bind the ASPxGantt control to a data source (TasksDataSourceID) to display task data. The control supports standard data source types including SqlDataSource, ObjectDataSource, XmlDataSource, AccessDataSource, and SiteMapDataSource.

  • Edit Tasks (More details | See demo)

    The Gantt supports the following edit operations (GanttEditingSettings):

    • Resize and modify tasks.

    • Modify resources.

    • Add and remove dependencies between tasks and assignments.

    • Edit cell values within the Task List. The control saves changes on the server and updates the Gantt chart when cell values change.

    The Gantt stores changes made by users. It allows you to roll back the last change when necessary.

  • Export To PDF (More details | See demo)

    The Gantt control allows you to export Gantt chart data to a PDF document.

  • Column Types (More details | See demo)

    You can add columns to the Task List to display different data types.

  • Scale Tasks (More details | See demo)

    The Gantt control allows you to switch between view types (ViewType) (Ten Minutes, Thirty Minutes, Hours, Days, Weeks, and Months) to change date intervals on a timescale. Hold the CTRL key and rotate the mouse scroll wheel to zoom.

  • Strip Lines (More details | See demo)

    Use strip lines to highlight specific times (or time intervals) in the Gantt chart.

  • Custom Work Time (More details | See demo)

    You can specify work times, workdays, and holidays (WorkTimeRules).

  • Custom Tooltip Content (More details | See demo)

    You can display custom content within task tooltips.

  • Task Template (More details) | See demo)

    The Gantt control allows you to display custom content for a task.

  • Context Menu (More details | See demo)

    The control allows you to create a custom context menu and customize items of the built-in context menu.

  • Toolbar (More details | See demo)

    The toolbar (Visible) can display frequently used commands.

  • Validation (More details | See demo)

    You can recalculate the duration and progress of parent tasks (EnableDependencyValidation) and validate relationships between all tasks (AutoUpdateParentTasks) when a task is modified.

Get Started

Get Started

Examples

Examples

Visual Elements

See Also