We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Hiding Grid part of Gantt Control

Is there a way to hide the Grid part of the Gantt control?

Thanks

1 Reply

RA Riyaj Ahamed I Syncfusion Team April 9, 2013 09:30 AM UTC

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


Loader.
Up arrow icon