Declined
Last Updated: 08 Feb 2016 07:49 by ADMIN
ADMIN
Dimitrina
Created on: 10 Jun 2014 08:54
Category: RadDomainDataSource
Type: Bug Report
0
DomainException filtering column with nested DataMemberBinding
Occurs only when nested DataMemberBinding is set with null value for the parent object in the nested binding.  The same works fine with DomainDataSource.
1 comment
ADMIN
Ivan Ivanov
Posted on: 08 Feb 2016 07:49
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.