Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
315
Hide field chooser button
posted

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

Parents
No Data
Reply
  • 69832
    Offline posted

    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

Children