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 Requirements04/01/202404/28/2024
  Conduct needs analysis04/01/202404/03/2024
  Draft preliminary software specifications04/03/202404/05/2024
  Review software specifications/budget with team04/04/202404/06/2024
  Incorporate feedback on software specifications04/06/202404/08/2024
  Develop delivery timeline04/08/202404/14/2024
  Obtain approvals to proceed (concept, timeline, budget)04/14/202404/20/2024
  Draft preliminary software specifications04/20/202404/25/2024
  Secure required resources04/25/202404/28/2024

DevExpress ASP.NET Gantt (ASPxGantt) templates help customize the layout and appearance of individual task elements. Templates allow you to mix HTML code with any DevExpress ASP.NET control - 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
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxGanttDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxGanttDemos