Hi Erwin,
Could try creating a property such as
public BindingSource Binding { get; protected set; }
myRadGridView.DataSource = this.Binding;
Set the BindingSource property to DAL.GetNewDataTable() and call Reset on the BindingSource property to update the grid?