Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Task Template

Title
Start Date
Due Date
CollapseAnalysis/Software Requirements03/01/202403/28/2024
  Conduct needs analysis03/01/202403/03/2024
  Draft preliminary software specifications03/03/202403/05/2024
  Review software specifications/budget with team03/04/202403/06/2024
  Incorporate feedback on software specifications03/06/202403/08/2024
  Develop delivery timeline03/08/202403/14/2024
  Obtain approvals to proceed (concept, timeline, budget)03/14/202403/20/2024
  Draft preliminary software specifications03/20/202403/25/2024
  Secure required resources03/25/202403/28/2024


DevExpress ASP.NET MVC Gantt (GanttExtension) templates help customize the layout and appearance of individual task elements. Templates allow you to mix HTML code with any DevExpress ASP.NET MVC extension - and position desired elements within the container. In this demo, a template is used to display images within tasks and change their background color.

Implementation: Handle the client-side TaskShowing event to customize and align task information within the template container. For each task, use the e.item property to obtain task information (title, resource, progress) and wrap it into div elements. Then, apply CSS styles to these div elements and place them into the e.container property.

Collapse/Expand
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).
Open CS Solution
The source code files for this demo are installed (by default) in the following directory:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxGanttDemos