10029 : disable clicking and dragging on the heading to adjust the zoom level of the Gantt chart?

…        e.NewStartTime=dateScaler1.StartTime; // Set new values back to current         e.NewStopTime=dateScaler1.StopTime;       }         if (!e.IsZoom && cbStopPan.Checked)       {         e.NewStartTime=dateScaler1.StartTime; // Set new values back to current… Continue reading

10699 : Strongly typed datasets in the samples

…            {                 return ((GanttDataSet.TasksRow)((node.ListItemWhenDataBound() as DataRowView).Row));             }             else             {                 return (null);             }         } It casts DataRow to particula data row related to my… Continue reading