Is it possible to set Task dependencies on the GanttView control through the Chart View? Presently we are unable to find an option to do so. We need to be able to set the dependencies through the ChartView i.e link two tasks or bars in the Chart View. Any help on this will be highly appreciated
Actually you can change the UltraGanttView.AutoDisplayDefaultContextMenu property from GridArea to ChartArea or if you want both change it to GridAreaOrChartArea. Once the dialog is open you can go to the Predecessors tab and make the changes.
Hi,
In the GridView portion you can use the context menu but in the ChartView portion there isn't any of that functionality built-in but you could handle mouse clicks/mouse enter element on the chart view and build your own context menu/drag logic to achieve this functionality.
You can also request this functionality be added as a feature http://devcenter.infragistics.com/Protected/RequestFeature.aspx.