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
129
order of tasks in ultra gantt view?
posted

My ultraganttview is bound to a datatable via ultracalenderinfo.setdatabindingfortask.

I fill the DataTable like this:

theTasks.Rows.Add( ...)
AddHandler theTasks.RowChanged, AddressOf handleRowChanged

How can i change the order of the tasks (e.g. via drag and drop)? And how do i get the information about the position in my handleRowChanged?

Parents
  • 69832
    Offline posted

    Drag and drop repositioning of tasks is not supported. You can change the order via sorting, using the UltraCalendarInfo.Tasks.SortedFields collection.

Reply Children
No Data