Background Image

Knowledge base articles about
values

Search DlhSoft Team's blog for values

If you need to provide custom value editing features using special grid columns within the GanttChartView control from Gantt Chart Web Library, and, of course, to preserve client side changes upon postback server events, you need to follow these steps: At component initialization time (i.e. in Page_Load method of the Web page or user control, when Page.IsPostBack …

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 …

By default, summary values are automatically aggregated on parent tasks based on child tasks in Gantt Chart enabled controls within Gantt Chart Light Library. How can this behavior be disabled, and set up the parent tasks to be displayed as standard tasks in the chart area? You can disable the automatic summary value aggregation feature by setting GanttChartItem.I…