Bug Report B133802
Visible to All Users

If a List View contains a property of a reference property's property from a derived class, the Save operation in the Detail View throws an exception

created 16 years ago

If list view contains Property.Property of a derived class ,detail view save throws exception.
the actual error is in DetailViewLinkController.ObjectSpace_Committing:185
ITypeInfo.FindMember cannot find IFindMemberInfo if passed like "<DerivedClass>NestedPropert.Property.
e.g attached sample I have added <Contact>Department.Title to Person_ListView , so when a Contact object detail view save is selected, exception occures
Steps to Reproduce:

  1. Run the attached demo
  2. Open "Person"
  3. Open record of "Nilson"
  4. Change something and select 'Save'
    Actual Results:
    'Object reference not set to…"
    Expected Results:
    No Error on save

Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.