Hi Alexis,
Thank you for using Syncfusion products.
We have checked the reported query “Select items by panning on the grid” from our end and we could not reproduce the reported issue in our simple sample.
Can you please let us know if you are using custom gestures for Grid inside ItemTemplate? If yes, then we would like to inform you that when custom gesture is handled in ListView ItemTemplate, then the touch will be handled by the child element and ListView does not get the touch notification to process the selection. In this case, you can manually set the SelectedItem for ListView. Please refer the following document for more reference,
Can you please ensure any interactable controls like ScrollView added as the child of ItemTemplate? If yes, then as mentioned above, the touch will be handled by the ScrollView itself. To resolve this issue, you can set InputTransparent as True for the ItemTemplate child.
Can you please ensure whether the reported issue occurs in iOS 13.4? If yes, we would like to inform you that the reported issue is a framework level. Kindly refer the following issue report for further updates regarding the same,
Also, as mentioned in this following comment, Please update to latest stable in Visual Studio for Mac (v8.5.2) and Windows (v16.5.3) to resolve the issue.
Please let us know if this helps. If not, please revert us back with the following details which would be helpful for us to check on it and provide you the solution as soon as possible,
- Replication procedure
- Share ListView related templates
- Device configuration details
Regards,
Lakshmi Natarajan