Hi, my users have been experiencing an intermittent crash when tapping on a row on the SFDataGrid. The stack trace is the following:
SIGABRT: Object reference not set to an instance of an object
GridCellBaseRenderer.OnTapped (UIKit.UITapGestureRecognizer gesture)
GridCellBaseRenderer.<OnElementChanged>b__6_0 ()
UIGestureRecognizer+ParameterlessDispatch.Activated ()
(wrapper managed-to-native) UIKit.UIApplication.UIApplicationMain(int,string[],intptr,intptr)
UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName)
Application.Main (System.String[] args)
The first time I saw this issue was while using version 17.1, but it also happens in 17.2 and 17.3. I noticed it likely started when my app moved to Xamarin Forms 4.0, and still exists as a problem when I test with the Xamarin Forms 4.3 preview.
I have tried removing my handler for GridTapped, and using the SelectionChanged event instead, but the crash still occurs (intermittently, just as before)
Any ideas what else I could try?