When trying to run the UserCellType sample, I get an error when it first launches.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.ThrowHelper.ThrowKeyNotFoundException () [0x00000] in /Library/Frameworks/Xamarin.iOS.framework/Versions/10.8.0.175/src/mono/mcs/class/referencesource/mscorlib/system/throwhelper.cs:68
at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x00021] in /Library/Frameworks/Xamarin.iOS.framework/Versions/10.8.0.175/src/mono/mcs/class/referencesource/mscorlib/system/collections/generic/dictionary.cs:183
at at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00038] in /Library/Frameworks/Xamarin.iOS.framework/Versions/10.8.0.175/src/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:305
--- End of inner exception stack trace ---
at Syncfusion.Data.Extensions.PropertyDescriptorExtensions.GetComplexPropertyValue (System.String[] propertyNameList, System.ComponentModel.PropertyDescriptorCollection tempitempproperties, System.Object record) [0x000c4] in <e17fdc80dec148f9aa934771c4c9744c>:0
at Syncfusion.Data.ItemPropertiesProvider.GetValue (System.Object record, System.String property) [0x0005d] in <e17fdc80dec148f9aa934771c4c9744c>:0
at Syncfusion.SfDataGrid.SfDataGridHelpers.GetCellValue (Syncfusion.SfDataGrid.SfDataGrid datagrid, System.Object recorddata, System.String columnname) [0x0001b] in <01ce1d4a7ce445629578c8d306927060>:0
at Syncfusion.SfDataGrid.GridCellTextViewRenderer.OnUpdateCellValue (Syncfusion.SfDataGrid.DataColumnBase dataColumn) [0x00018] in <01ce1d4a7ce445629578c8d306927060>:0
at Syncfusion.SfDataGrid.GridCellRendererBase.UpdateCellValue (Syncfusion.SfDataGrid.DataColumnBase dataColumn) [0x00000] in <01ce1d4a7ce445629578c8d306927060>:0
at Syncfusion.SfDataGrid.DataColumn.OnInitializeColumnElement (System.Object rowData, System.Boolean isInEdit) [0x00017] in <01ce1d4a7ce445629578c8d306927060>:0
at Syncfusion.SfDataGrid.DataColumnBase.InitializeColumnElement (System.Object rowData, System.Boolean isInEdit) [0x00000] in <01ce1d4a7ce445629578c8d306927060>:0
at Syncfusion.SfDataGrid.DataRow.CreateColumn (System.Int32 index, System.Int32 columnHeightIncrementation) [0x00197] in <01ce1d4a7ce445629578c8d306927060>:0
at Syncfusion.SfDataGrid.DataRow.OnGenerateVisibleColumns (Syncfusion.GridCommon.ScrollAxis.VisibleLinesCollection visibleColumnLines) [0x00080] in <01ce1d4a7ce445629578c8d306927060>:0
at Syncfusion.SfDataGrid.DataRowBase.InitializeDataRow (Syncfusion.GridCommon.ScrollAxis.VisibleLinesCollection visibleColumnsLines) [0x0000c] in <01ce1d4a7ce445629578c8d306927060>:0
at Syncfusion.SfDataGrid.RowGenerator.CreateDataRow (System.Int32 rowIndex, Syncfusion.GridCommon.ScrollAxis.VisibleLinesCollection visibleColumns, Syncfusion.SfDataGrid.RowRegion region) [0x00091] in <01ce1d4a7ce445629578c8d306927060>:0
at Syncfusion.SfDataGrid.RowGenerator.PregenerateRows () [0x000a8] in <01ce1d4a7ce445629578c8d306927060>:0
at Syncfusion.SfDataGrid.VisualContainer.pregenerateItems () [0x00000] in <01ce1d4a7ce445629578c8d306927060>:0
at Syncfusion.SfDataGrid.VisualContainer.OnMeasure () [0x00170] in <01ce1d4a7ce445629578c8d306927060>:0
at Syncfusion.SfDataGrid.VisualContainer.LayoutSubviews () [0x0004f] in <01ce1d4a7ce445629578c8d306927060>:0
at at (wrapper managed-to-native) UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at UIKit.UIApplication.Main (System.String[] args, System.IntPtr principal, System.IntPtr delegate) [0x00005] in /Users/builder/data/lanes/4466/a04678c2/source/xamarin-macios/src/UIKit/UIApplication.cs:79
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Users/builder/data/lanes/4466/a04678c2/source/xamarin-macios/src/UIKit/UIApplication.cs:63
at customGridCell_Dictionary.Application.Main (System.String[] args) [0x00008] in /Users/canderson/Downloads/customGridCell_Dictionary/customGridCell_Dictionary/Main.cs:12