Hi,
is it possible to progmatically change he field/column names within the GanttView as we wish to investigate the possible use of the object for displaying some other information which can be displayed as a project with tasks but having the current column/field labels are not appropriate for our requirements.
For example we would like to change the label of a task name from 'Task Name' to 'Shift Adj'
Regards,
Dave.
Hi Brian,
which version of the windows form controls was the .Text property added into we are running 2010.1 and I cannot access a text property within the ColumnSettings.
this.ganttView.GridSettings.ColumnSettings[TaskField.Name].Text = "Shift Adj";