Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hi,

I have found a problem executing the GanttChart control.
As an example I have based on the solution published in this forum thread:

The posted solution works perfectly, without any problems. You need to make a little change in it to start having the problem.
The GanttChart is created like that:


                                   <sync:GanttControl x:Name="Gantt"

                                                                             Grid.Row="1"

                                   ItemsSource="{Binding TaskCollections}"
                                   UseAutoUpdateHierarchy="false"
                                   VisualStyle="Office2010Silver">

The change you have to make is delete UseAutoUpdateHierarchy or put it to True.

After that, during the execution, if you move a task, to the left for example, the application will crash.

I tested it in another solution, and the crash happens in the same way as in this solution when I change the value to true or delete this row.


Kind regards,

Jon