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
100
Exit EditMode
posted

Hi,

 

does the UltraGanttview have a possibilitiy to exit the edit mode via code?

  • 100
    Offline posted

    Thx,

    Assigning null to The ActiveTask property resolved my problem.

  • 20872
    Verified Answer
    Offline posted

    Hello,

    Please let me know if you need any further assistance with this matter.

     

  • 69832
    Verified Answer
    Offline posted

    Assigning null to the ActiveTask property might do it. Another approach would be to get a reference to the embeddable editor for the column, and calling ExitEditMode off that. I believe you can get to the columns via UltraGanttView.GridSettings.ColumnSettings[x], where x is the TaskField constant for the column you want. The object returned from the indexer exposes an Editor property.