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
1310
Cut, Copy, Paste Tasks in winganttview.
posted

Hello 

Is there any way to implement cut,copy,paste functionality in the selected task in ultraganttview?

Thanks in advance

Parents
No Data
Reply
  • 53790
    posted

    Hello Jeni,

    There are differenet approaches to solve this task. Maybe you could disable default context menu (using property AutoDisplayDefaultContextMenu) in your UltraGanttView control and implement your own context menu with desired actions (Copy, Past, Cut , Delete). In my sample I`m using ContextMenuStrip. After that you could write your own logic for each of these actions.

    Please take a look at the attached video file for more details.

    Regards

    Video044.rar
Children
No Data