Background Image

Knowledge base articles about
multiple

Search DlhSoft Team's blog for multiple

When you need to display multiple instances of the same control base type such as GanttChartDataGrid or ScheduleChartDataGrid from Gantt Chart Light Library you may find that the columns are actually applied only to one loaded instance. This behavior is caused by the fact that in order to allow developers to easily get started with our component we have …

If you intend to export images using GanttChartExporter component from Project Management Framework, and your have large task sets and/or long timeline pages, you should paginate output in a loop to improve performance and decrease memory consumption instead of trying to obtain a very large image in a single call. Here is some sample code which you may use…