Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
XamDataGrid with OData reference implementation
posted

Hi there!

As indicated I use the OData-DataSource reference implementation. Until I updated to 19.1 it used to work without any issues. SInce then I get a NullReference-Exception inside InitializeOriginalPropertyValues.  I bet it's this line

this._originalPropertyValues = this.UnpackAndValidateUnderlyingDataItem(underlyingDataItem).Item1;

because UnpackAndValidateUnderlyingDataItem could result in null. 

Anyone seen this? Know what to do about ?

TIA & Regards

Meinhard