Before the version 13.4.0.58 in Xamarin.Android it was possible to detect double clicks on SfDataGrid rows by listening to the SelectionChanged and the SelectionChanging events (with SelectionMode.SingleDeselect).
Either the GridTapped nor the SelectionChanged/SelectionChanging events are called when the user double clicks a grid row in the new Syncfusion version.
In Syncfusion Xamarin.Android 13.4.0.58 a new time limit seems to exist, which forces the grid to ignore double clicks. Only the first click will raise an event, the second click is ignored if it occurs to fast (within around 0.5 seconds).
Is there any way to implement double clicks on grid rows in the new SfDataGrid version?