I am having an issue with the FeatureDataGrid in 3.0 final. I cannot be 100% but I do not think this existed in 3.0 RC. Since the Toolkit source code is not available I cannot troubleshoot this on my own.
This is the exception: {System.NullReferenceException: Object reference not set to an instance of an object. at ESRI.ArcGIS.Client.Toolkit.FeatureDataGrid.Graphic_AttributeValueChanged(Object sender, DictionaryChangedEventArgs e)}
I have attached a project that replicates the error.
Is anyone else having this issue? Is there a way around it?
Thank you for reporting this bug. I was able to reproduce with your sample. We'll try to fix this in future versions.
For FeatureDataGrid source code from: http://esrisilverlight.codeplex.com/ and add a null check for featureLayer in Graphic_AttributeValueChanged() line# 467.
Thank you for reporting this bug. I was able to reproduce with your sample. We'll try to fix this in future versions.
For FeatureDataGrid source code from: http://esrisilverlight.codeplex.com/ and add a null check for featureLayer in Graphic_AttributeValueChanged() line# 467.