Completed
Last Updated: 11 Feb 2014 13:59 by ADMIN
ADMIN
Stefan
Created on: 21 Dec 2013 03:14
Category: GanttView
Type: Bug Report
0
FIX. RadGanttView - clearing the children of a task, while the parent task is not visible, puts the control in an invalid state
To reproduce have a button with this handler: 
 private void rbtnRemoveTasks_Click(object sender, EventArgs e)
        {
            if (ganttView.SelectedItem != null)
            {
                if (ganttView.SelectedItem.Parent != null)
              
0 comments