Having trouble getting help?
Contact Support
Contact Support
Module injection in Syncfusion ASP.NET CORE Gantt Component
13 Feb 20232 minutes to read
The modules that are available in Gantt are as follows.
Module | Description |
---|---|
Sort |
Inject this module to use sorting feature. |
Filter |
Inject this module to use filtering feature. |
Reorder |
Inject this module to use reorder feature. |
ExcelExport |
Inject this module to use excel export feature. |
PdfExport |
Inject this module to use PDF export feature. |
RowDD |
Inject this module to use row drag and drop feature. |
Resize |
Inject this module to use resize feature. |
Toolbar |
Inject this module to use toolbar feature. |
Edit |
Inject this module is use editing feature. |
Selection |
Inject this module to use selection feature. |
DayMarkers |
Inject this module to use event markers. |
ContextMenu |
Inject this module to use context menu feature. |
ColumnMenu |
Inject this module to use column menu feature. |
VirtualScroll |
Inject this module to use Virtual Scroll feature. |
CriticalPath |
Inject this module to use CriticalPath feature. |
These modules should be injected into the Gantt using the Gantt.Inject method.