Occurs only when nested DataMemberBinding is set with null value for the parent object in the nested binding. The same works fine with DomainDataSource.
RadDomainDataSource uses LINQ expressions to access data members. Getting a nested property with a null parent is not a safe LINQ operation and should be handled in the data model design.