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
150
Customize inicialize columns
posted

Hello,

Can I customize the inicialize columns? For example, I need to show PercentComplete when the component is initialized.

Thank you.

Parents
No Data
Reply
  • 150
    Offline posted

    Hello,

    I found the answer:

    gantt.ExecuteCommand(GanttCommandId.InsertColumn, new GanttGridColumn("PercentComplete"));

    But I would like to know if can I order the columns in the code? Because the new column was inserted in the end.

    Thank you.

Children