The DevExpress ASP.NET MVC Gantt (GanttExtension) allows you to create the following column types (and editors in edit mode) to display different data types in the Task List:
- GanttDataColumn
- GanttCommandColumn
- GanttCheckColumn
- GanttColorEditColumn
- GanttDateTimeColumn
- GanttProgressBarColumn
- GanttSpinEditColumn
- GanttTextColumn
- GanttTimeEditColumn
The Gantt stores columns in the GanttTaskListSettings.Columns collection. A column's FieldName property specifies the name of a field that provides data for the column. Use the column's Properties[Editor_Name] property to access column editor settings.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxGanttDemos |