Hi Grey,
Thanks for
contacting Syncfusion support.
GanttGrid
can be hide by setting LayoutMode for GanttControl as FitToChart. The following
code snippet will illustrate this,
[C#]
this.gantt.LayoutMode = GanttLayoutMode.FitToChart;
|
You can
check the sample for this requirement under this location.
Sample: BindingTaskDetails.zip
Regards,
Riyaj
Ahamed I