Background Image

Knowledge base articles about
import

Search DlhSoft Team's blog for import

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 only a WPF based sample application showing the way we can data bind the GanttChartDataGrid control to a database (Tasks table and its Predecessors relation). How can we data bind the control to a database from Silverlight™? Silverlight™ is a client side technology within a client-server architecture system, that also requires a Web serve…

If you would like to load data from Microsoft® Project® document files (.MPP) and present it using Gantt Chart Library for WPF or Project Management Library for WPF, you can use Aspose.Tasks components from Aspose (a third party ISV). A sample application showing how you can perform this task (including commented C# source code) is available for…