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
close icon

GanttControl without GanttGrid

To Syncfusion Support,

I'm a lead developer currently looking to implement a Gantt Chart WPF control into our Windows Desktop Enterprise Application. My question is whether your GanttChart Control for WPF is capable of being implemented without your out of the box GanttGrid. This is a requirement for us because we have a highly customized WPF datagrid which we use throughout our application and we want to keep the same look and feel in addition to several other features that have already been implemented in our current datagrid. I look forward to your feedback on this matter.

Regards,
Steve Kern 
Lead Software Engineer
BST Global

1 Reply

MK Muneesh Kumar G Syncfusion Team January 23, 2019 11:10 AM UTC

Hi Steve, 
 
Greetings from Syncfusion. We have analysed the reported requirement and you can achieve this by setting GridWidth property as 0 as per the below code snippet.  
 
CodeSnippet: 
<gantt:GanttControl x:Name="Gantt" 
                                GridWidth="0" 
                                ItemsSource="{Binding TaskDetails}" 
                                VisualStyle="Metro"> 
            </gantt:GanttControl> 
 
 

Hope it helps you.
 
 
Regards,  
Muneesh Kumar G.   
 


Loader.
Live Chat Icon For mobile
Up arrow icon