Serial Number

23 Nov 20171 minute to read

The Serial number support in Gantt control provides the sequential order structure for all the available collections of tasks in Gantt chart. The Serial number column can be enabled in Gantt control, with the help of enableSerialNumber property by assigning the “true” value to it. While enabling this property Serial number column will be included and Task Id column will be hidden as well as the default behavior of “Predecessor” column will be changed. In general Predecessor column will be rendered and updated with the value of “Task Id”. But on enabling Serial number support, it will be rendered and updated with the value of “Serial number” of corresponding tasks.

Code snippets for enabling Serial number:

  • JAVASCRIPT
  • <ej-gantt id="GanttControl" [enableSerialNumber]="true"
        //...>
    </ej-gantt>

    The following screenshot displays the Serial number column in Gantt control.