Hi,
I've two questions about WinGanttView :
A.I want my user to be able to drag one of the created tasks in winGanttview and just drop it somewhereelse in the grid to change the order of tasks (like moving task in row 5 to row 1)
B.we can set task duration to different modes like Minutes,Hours,Days or weeks but how can we change the GanttChart calendar to show hours instead of days or weeks instead of days ?
Thanks
Hello,
I am just checking about the progress of this issue. Did you solve your issue accordingly to the information that Brian provided you?
Let me know if you need any further assistance.
thanks for the answers but I need more detail if possible :
A. you said drag and drop is not supported , can I add two options to the context menu for moving the tasks up and down in the list ? if yes ,please explain how ?
B.is there any example for this ? I could change the time intervals but it doesn't seem right having for example weeks and then an interval of 30 minutes .
You can change a task's ordinal position within the collection to which it belongs using the TasksCollection.Remove/Insert methods.
thanks for the answer but How can I change task's context menu to add MOVE UP and MOVE Down menu items ?
You could handle the ContextMenuInitializing event of UltraGanttView and use e.ContextMenu.MenuItems collection which you could use in order to add menu items.
Let me know if you have any further questions.
I am just checking about the progress of this issue. Did you solve your issue accordingly to the information that we provided you?