Background Image

Knowledge base articles about
PERT

Search DlhSoft Team's blog for PERT

In my application (that references Gantt Chart controls from Gantt Chart Light Library) I have defined a CustomGanttChartItem object type inheriting from GanttChartItem adding custom properties to be displayed in the grid and/or referenced in custom task templates. However, I loading and saving Project XML files doesn't support loading and saving the custom item type and …

Gantt Chart Light Library includes the PertChartView control that can also be used in Windows® Forms applications, provided that you can use .NET Framework 4 (or a more recent version). A sample application is available showing how you can integrate lightweight WPF controls (including PertChartView) in your Windows® Forms products: Gantt Chart Light Library Windows® Forms I…

In order for the components within Gantt Chart Library for WPF or Project Management Library for WPF to be able to refresh their user interface when object property values change within your data bound custom task or other type of items, you need to make sure that you custom item class implements the INotifyPropertyChanged interface (as other standard controls require). To…

We handle CollectionChanged and/or PropertyChanged events of items to save changes made by the end user to the underlying data using controls within Gantt Chart Light Library. However, we have found that these events occur several times, and therefore they are not appropriate for saving changes back to a server or database from inside the handler methods.…