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)