Hi,
is it possible to hide the big left corner button ( field chooser button ) in the ultraGanttView ?
And in the left side of the Gantt, can we rename some column caption ? Like 'Task Name' for something else.
Thanks
pomerleau_jf said:...hide the big left corner button ( field chooser button ) in the ultraGanttView ?
See UltraGanttView.GridSettings.RowSelectorHeaderStyle; not the most discoverable name, but this property controls what appears in the area above the row selectors which is where the column chooser button appears.
pomerleau_jf said:...rename some column caption ? Like 'Task Name' for something else.
See UltraGanttView.GridSettings.ColumnSettings[TaskName].Text
I hide some custom columns in the grid but users can still pick those from the column chooser. How do I remove those fields from there? I do not want to see them in column chooser. Is it possible? Thanks.